Completed
Push — master ( f24c75...00b285 )
by Terry
06:46
created
src/SimpleCache/Driver/Mongo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
         $cursor = $this->mongo->executeQuery($this->getCollectionName(), $query);
158 158
 
159 159
         $data = [];
160
-        foreach($cursor as $document) {
160
+        foreach ($cursor as $document) {
161 161
             $data[] = unserialize($document->content);
162 162
         }
163 163
 
Please login to merge, or discard this patch.