@@ -31,7 +31,7 @@ |
||
| 31 | 31 | { |
| 32 | 32 | $this->files = $files ?? new Files(); |
| 33 | 33 | $this->pathResolver = $pathResolver === null |
| 34 | - ? static fn (string $path): string => $path |
|
| 34 | + ? static fn (string $path) : string => $path |
|
| 35 | 35 | : Closure::fromCallable($pathResolver); |
| 36 | 36 | } |
| 37 | 37 | |