Completed
Push — master ( 4ccd26...0d58f5 )
by Robert
05:18
created
src/Madeline/Auth/Handler/AuthHandlerCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 block discarded – undo
27 27
     public function get(AuthConfigInterface $config): AuthHandlerInterface
28 28
     {
29 29
         $handler = (new ConditionMatch($this->handlers))->find(
30
-            function (AuthHandlerInterface $currentHandler) use ($config) {
30
+            function(AuthHandlerInterface $currentHandler) use ($config) {
31 31
                 return $currentHandler->suits($config);
32 32
             }
33 33
         );
Please login to merge, or discard this patch.