Completed
Pull Request — nostromo (#351)
by Ema
02:27
created
src/Task/BuiltIn/FS/AbstractFileTask.php 2 patches
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      */
54 54
     protected function getDefaultFlags()
55 55
     {
56
-      return null;
56
+        return null;
57 57
     }
58 58
 
59 59
     /**
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
70 70
             $flags = trim($options['flags']);
71 71
         }
72 72
 
73
-        return empty($flags) ? '' : $flags.' ';
73
+        return empty($flags) ? '' : $flags . ' ';
74 74
     }
75 75
 
76 76
     /**
Please login to merge, or discard this patch.