@@ -137,7 +137,7 @@ |
||
137 | 137 | */ |
138 | 138 | public static function joinPath(array $strings): string |
139 | 139 | { |
140 | - array_walk($strings, function (&$value) { |
|
140 | + array_walk($strings, function(&$value) { |
|
141 | 141 | $value = str_replace('\\', '/', $value); |
142 | 142 | $value = trim($value, '/'); |
143 | 143 | }); |