Test Failed
Push — master ( 44ba7f...0291bb )
by frey
04:19
created
src/Adapter.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -271,11 +271,11 @@
 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
-        }, (array)$response['Contents']);
276
+        }, (array) $response['Contents']);
277 277
 
278
-        $keys = array_filter($keys, function ($item) {
278
+        $keys = array_filter($keys, function($item) {
279 279
             return substr($item['Key'], -1) !== '/';
280 280
         });
281 281
 
Please login to merge, or discard this patch.