There was an error while loading. Please reload this page.
1 parent 5c9fcee commit 0ed421cCopy full SHA for 0ed421c
1 file changed
src/ProducerInstanceInterface.php
@@ -14,7 +14,7 @@ interface ProducerInstanceInterface
14
public function boot(): Promise;
15
16
/**
17
- * @param null $data
+ * @param mixed $data
18
* @return Promise<int>
19
*/
20
public function produceAndQueueJobs($data = null): Promise;
0 commit comments