Passed
Branch test (80d158)
by Tom
02:51
created
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.