Completed
Push — master ( 02a295...00c013 )
by frey
03:31
created
src/Adapter.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -251,7 +251,7 @@  discard block
 block discarded – undo
251 251
             return true;
252 252
         }
253 253
 
254
-        $keys = array_map(function ($item) {
254
+        $keys = array_map(function($item) {
255 255
             return ['Key' => $item['Key']];
256 256
         }, (array) $response['Contents']);
257 257
 
@@ -333,7 +333,7 @@  discard block
 block discarded – undo
333 333
                 ])->get('Body');
334 334
             }
335 335
 
336
-            return ['contents' => (string)$response];
336
+            return ['contents' => (string) $response];
337 337
         } catch (NoSuchKeyException $e) {
338 338
             return false;
339 339
         } catch (\GuzzleHttp\Exception\ClientException $e) {
Please login to merge, or discard this patch.