We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3482a70 commit 315fa2dCopy full SHA for 315fa2d
1 file changed
src/ProducerInstanceInterface.php
@@ -15,7 +15,7 @@ public function boot(): Promise;
15
16
/**
17
* @param null $data
18
- * @return Promise<null>
+ * @return Promise<int>
19
*/
20
public function produceAndQueueJobs($data = null): Promise;
21
0 commit comments