Skip to content

Commit b33fa25

Browse files
committed
Apply fixes from StyleCI
1 parent a1682d3 commit b33fa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/DenyAuthorizationControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function test_authorization_can_be_denied()
3636
->once()
3737
->with('authRequest')
3838
->andReturn($authRequest = m::mock(
39-
AuthorizationRequest::class
39+
AuthorizationRequest::class
4040
));
4141

4242
$authRequest->shouldReceive('setUser')->once();

0 commit comments

Comments
 (0)