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