Test Failed
Push — master ( 2df046...8e8c55 )
by frey
06:22 queued 01:05
created
src/Adapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
         }
273 273
 
274 274
         // ignore directory
275
-        $keys = array_filter((array) $response['Contents'], function ($item) {
275
+        $keys = array_filter((array) $response['Contents'], function($item) {
276 276
             return substr($item['Key'], -1) !== '/';
277 277
         });
278 278
 
@@ -280,7 +280,7 @@  discard block
 block discarded – undo
280 280
             return true;
281 281
         }
282 282
 
283
-        $keys = array_map(function ($item) {
283
+        $keys = array_map(function($item) {
284 284
             return ['Key' => $item['Key']];
285 285
         }, $keys);
286 286
 
Please login to merge, or discard this patch.