Skip to content

Commit 3482a70

Browse files
committed
Updates the return type defined in a docblock
1 parent 9fe1797 commit 3482a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ProducerInstance.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function ($watcherId) {
7474

7575
/**
7676
* @param mixed $data
77-
* @return Promise<null>
77+
* @return Promise<int>
7878
*/
7979
public function produceAndQueueJobs($data = null): Promise
8080
{

0 commit comments

Comments
 (0)