Skip to content

Commit 315fa2d

Browse files
committed
Updates the interface with the new return type
1 parent 3482a70 commit 315fa2d

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
@@ -15,7 +15,7 @@ public function boot(): Promise;
1515

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

0 commit comments

Comments
 (0)