@@ -126,7 +126,7 @@ discard block |
||
126 | 126 | if ($response->getStatusCode() == 200) { |
127 | 127 | $this->setMetadata($key, $object->getMetadata()); |
128 | 128 | |
129 | - return (string)$response->getBody(); |
|
129 | + return (string) $response->getBody(); |
|
130 | 130 | } |
131 | 131 | } |
132 | 132 | |
@@ -285,7 +285,7 @@ discard block |
||
285 | 285 | */ |
286 | 286 | public function isDirectory($key) |
287 | 287 | { |
288 | - if ($this->exists($key . '/')) { |
|
288 | + if ($this->exists($key.'/')) { |
|
289 | 289 | return true; |
290 | 290 | } |
291 | 291 |