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 17, 2023
1 parent a1682d3 commit b33fa25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/DenyAuthorizationControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public function test_authorization_can_be_denied()
->once()
->with('authRequest')
->andReturn($authRequest = m::mock(
AuthorizationRequest::class
AuthorizationRequest::class
));

$authRequest->shouldReceive('setUser')->once();
Expand Down

0 comments on commit b33fa25

Please sign in to comment.