Skip to content

Commit 0ed421c

Browse files
committed
Fixes a docblock parameter type
1 parent 5c9fcee commit 0ed421c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ProducerInstanceInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ interface ProducerInstanceInterface
1414
public function boot(): Promise;
1515

1616
/**
17-
* @param null $data
17+
* @param mixed $data
1818
* @return Promise<int>
1919
*/
2020
public function produceAndQueueJobs($data = null): Promise;

0 commit comments

Comments
 (0)