Completed
Push — master ( c25cb6...fef623 )
by Oskar
05:14
created
src/Cache/CCachePool.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
         // Iterates all keys and gets the associated item
137 137
         $items = array();
138 138
         $nKeys = count($keys);
139
-        for ($i=0; $i < $nKeys; $i++) {
139
+        for ($i = 0; $i < $nKeys; $i++) {
140 140
             $items[(string) $keys[$i]] = $this->getItem($keys[$i]);
141 141
         }
142 142
 
Please login to merge, or discard this patch.