Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Mar 14, 2023
1 parent 5c17f23 commit 600ea81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Unit/Middleware/Push/MiddlewareDispatcherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public function testMiddlewareFullStackCalled(): void
$middleware2 = static function (PushRequest $request, MessageHandlerPushInterface $handler): PushRequest {
/**
* @noinspection NullPointerExceptionInspection
*
* @psalm-suppress PossiblyNullReference
*/
$request = $request->withAdapter($request->getAdapter()->withChannel('new channel'));
Expand Down

0 comments on commit 600ea81

Please sign in to comment.