@@ -136,7 +136,7 @@ |
||
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 |