Passed
Pull Request — master (#2103)
by Franck
07:00
created
src/Step/StaticFiles/Copy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
 
72 72
         // copying mounts
73 73
         if ($this->config->get('static.mounts')) {
74
-            foreach($this->config->get('static.mounts') as $source => $destination) {
74
+            foreach ($this->config->get('static.mounts') as $source => $destination) {
75 75
                 $this->copy($source, $destination);
76 76
             }
77 77
         }
Please login to merge, or discard this patch.