Completed
Pull Request — master (#602)
by
unknown
01:51
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 || !isset($meta['metadata'])) {
174 174
                 return array();
175 175
             }
Please login to merge, or discard this patch.