Passed
Pull Request — 1.x (#1)
by Aleksei
13:42
created
src/PhpFileSchemaProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.