File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public function listen(): array
3232 ];
3333 }
3434
35- public function process (object $ event )
35+ public function process (object $ event ): void
3636 {
3737 if ($ this ->container ->has (Sender::class)) {
3838 $ sender = $ this ->container ->get (Sender::class);
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function listen(): array
3939 * Handle the Event when the event is triggered, all listeners will
4040 * complete before the event is returned to the EventDispatcher.
4141 */
42- public function process (object $ event )
42+ public function process (object $ event ): void
4343 {
4444 if ($ event instanceof OnPipeMessage && $ event ->data instanceof SenderPipeMessage) {
4545 /** @var SenderPipeMessage $message */
You can’t perform that action at this time.
0 commit comments