Passed
Push — master ( 87ca50...75acc7 )
by Max van der
05:30
created
src/Http/Middleware/OAuth2Middleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
      */
69 69
     protected function convertToSymfonyResponse($response)
70 70
     {
71
-        if ( ! $response instanceof Response) {
71
+        if (!$response instanceof Response) {
72 72
             $response = (new HttpFoundationFactory)->createResponse($response);
73 73
         }
74 74
 
Please login to merge, or discard this patch.