Completed
Push — master ( d9cebf...e6fe6f )
by Hannes
06:51 queued 04:09
created
src/FileObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
     {
67 67
         return array_reduce(
68 68
             $this->lines,
69
-            function (string $carry, Line $line) use ($eol, $encoding) {
69
+            function(string $carry, Line $line) use ($eol, $encoding) {
70 70
                 return $carry . $line->convertTo($encoding) . $eol;
71 71
             },
72 72
             ''
Please login to merge, or discard this patch.