Completed
Push — master ( 99df42...02a295 )
by frey
03:28
created
src/Adapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -263,7 +263,7 @@  discard block
 block discarded – undo
263 263
             return true;
264 264
         }
265 265
 
266
-        $keys = array_map(function ($item) {
266
+        $keys = array_map(function($item) {
267 267
             return ['Key' => $item['Key']];
268 268
         }, (array) $response['Contents']);
269 269
 
@@ -337,7 +337,7 @@  discard block
 block discarded – undo
337 337
                 ])->/** @scrutinizer ignore-call */ get('Body');
338 338
             }
339 339
 
340
-            return ['contents' => (string)$response];
340
+            return ['contents' => (string) $response];
341 341
         } catch (NoSuchKeyException $e) {
342 342
             return false;
343 343
         } catch (\GuzzleHttp\Exception\ClientException $e) {
Please login to merge, or discard this patch.