Completed
Push — master ( d43447...0a0b74 )
by Woody
01:35
created
src/Writer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         }
36 36
 
37 37
         return array_map(
38
-            function (File $file) use ($printer) {
38
+            function(File $file) use ($printer) {
39 39
                 $directory = $file->directory($this->directory, $this->psr4namespace);
40 40
                 $filename = $file->filename();
41 41
 
Please login to merge, or discard this patch.