@@ -263,7 +263,7 @@ discard block |
||
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 |
||
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) { |