Passed
Push — master ( 987105...fafe60 )
by Tim
02:43 queued 20s
created
src/Controller/Twitter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
         }
82 82
 
83 83
         return new StreamedResponse(
84
-            function () use (&$state): never {
84
+            function() use (&$state): never {
85 85
                 Auth\Source::completeAuth($state);
86 86
             }
87 87
         );
Please login to merge, or discard this patch.