Completed
Push — master ( 21cda6...42cf3a )
by Nicolas
10s
created
src/Gaufrette/Adapter/GridFS.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -169,7 +169,7 @@
 block discarded – undo
169 169
         if (isset($this->metadata[$key])) {
170 170
             return $this->metadata[$key];
171 171
         } else {
172
-            $meta = $this->bucket->findOne(['filename' => $key], ['projection' => ['metadata' => 1,'_id' => 0]]);
172
+            $meta = $this->bucket->findOne(['filename' => $key], ['projection' => ['metadata' => 1, '_id' => 0]]);
173 173
             if ($meta === null) {
174 174
                 return array();
175 175
             }
Please login to merge, or discard this patch.