Completed
Pull Request — master (#421)
by Vincent
03:27
created
src/Gaufrette/Adapter/AwsS3.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -238,7 +238,7 @@
 block discarded – undo
238 238
         $files = array();
239 239
         $iter = $this->service->getIterator('ListObjects', $options);
240 240
         foreach ($iter as $file) {
241
-            $item= [];
241
+            $item = [];
242 242
             $item["key"] = $this->computeKey($file['Key']);
243 243
             if (isset($file["LastModified"])) {
244 244
                 $item["mtime"] = $file["LastModified"];
Please login to merge, or discard this patch.