@@ -99,7 +99,7 @@ |
||
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 |