@@ -276,7 +276,7 @@ |
||
| 276 | 276 | \DIRECTORY_SEPARATOR, |
| 277 | 277 | array_filter( |
| 278 | 278 | explode('/', (string) $path), |
| 279 | - static function ($part) { |
|
| 279 | + static function($part) { |
|
| 280 | 280 | return $part !== '.' && $part !== '..'; |
| 281 | 281 | } |
| 282 | 282 | ) |