Test Failed
Push — master ( 7f39d5...44ba7f )
by frey
05:52
created
src/Adapter.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -271,7 +271,7 @@
 block discarded – undo
271 271
             return true;
272 272
         }
273 273
 
274
-        $keys = array_map(function ($item) {
274
+        $keys = array_map(function($item) {
275 275
             return ['Key' => $item['Key']];
276 276
         }, (array) $response['Contents']);
277 277
 
Please login to merge, or discard this patch.