Test Failed
Pull Request — master (#3)
by Jan-Marten
04:00
created
src/UnixFileMappingReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
58 58
 
59 59
             $this->mappings = new ArrayIterator(
60 60
                 array_map(
61
-                    function (string $mapping) : FileMappingInterface {
61
+                    function(string $mapping) : FileMappingInterface {
62 62
                         return new UnixFileMapping(
63 63
                             $this->sourceDirectory,
64 64
                             $this->targetDirectory,
Please login to merge, or discard this patch.