Completed
Pull Request — master (#1)
by Breno
06:23 queued 02:36
created
src/Handler/Slim/Authentication.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
          * 1 - Pattern
100 100
          */
101 101
 
102
-        $map = function (array $public) use ($method) {
102
+        $map = function(array $public) use ($method) {
103 103
             return $this->match($public[0], $method) ? $public[1] : '';
104 104
         };
105 105
 
Please login to merge, or discard this patch.