@@ -110,7 +110,7 @@ discard block |
||
| 110 | 110 | |
| 111 | 111 | $segments = \array_filter( |
| 112 | 112 | $matches, |
| 113 | - function ($match) { |
|
| 113 | + function($match) { |
|
| 114 | 114 | return (\mb_strlen($match, 'UTF-8') > 0); |
| 115 | 115 | } |
| 116 | 116 | ); |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | \implode( |
| 145 | 145 | '.', |
| 146 | 146 | \array_map( |
| 147 | - function ($segment) { |
|
| 147 | + function($segment) { |
|
| 148 | 148 | return self::wrapSegmentKey($segment); |
| 149 | 149 | }, |
| 150 | 150 | $segments |