File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ public function listen(): array
4141 ];
4242 }
4343
44- public function process (object $ event )
44+ public function process (object $ event ): void
4545 {
4646 if ($ event instanceof Event && $ event ->getMessage ()->job ()) {
4747 $ job = $ event ->getMessage ()->job ();
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public function listen(): array
3737 /**
3838 * @param QueueLength $event
3939 */
40- public function process (object $ event )
40+ public function process (object $ event ): void
4141 {
4242 $ value = 0 ;
4343 foreach ($ this ->level as $ level => $ value ) {
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function listen(): array
3838 /**
3939 * @param QueueLength $event
4040 */
41- public function process (object $ event )
41+ public function process (object $ event ): void
4242 {
4343 if (! $ event instanceof QueueLength) {
4444 return ;
You can’t perform that action at this time.
0 commit comments