Completed
Push — master ( 231cf5...6b8ce2 )
by John
03:01
created
tests/unit/Security/RequestAuthorizationListenerTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
      */
49 49
     public function willInvokeAuthorizationCheckerWithCorrectAttributeAndRequest()
50 50
     {
51
-        $request  = new Request();
51
+        $request = new Request();
52 52
 
53 53
         /** @var \PHPUnit_Framework_MockObject_MockObject $mock */
54 54
         $mock = $this->authorizationChecker;
Please login to merge, or discard this patch.