Passed
Push — test ( bc2363...ce9d4d )
by Tom
02:27
created
src/File/Pipeline/StepCaches.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@
 block discarded – undo
96 96
             }
97 97
 
98 98
             '' === ($cache = trim($cache)) || $reservoir[] = $cache;
99
-         }
99
+            }
100 100
 
101 101
         return $reservoir;
102 102
     }
Please login to merge, or discard this patch.
src/File/Definitions/Caches.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
         $reservoir = array();
50 50
         $mapMode = $this->map + $this->predefined;
51 51
         unset($mapMode['docker']); // docker cache is system-wide in pipelines
52
-        foreach($names as $name) {
52
+        foreach ($names as $name) {
53 53
             if (!isset($mapMode[$name])) {
54 54
                 continue;
55 55
             }
Please login to merge, or discard this patch.