Skip to content

Commit 1766571

Browse files
author
a.dmitryuk
committed
cs-fixer
1 parent d26a82e commit 1766571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/Gaufrette/Adapter/GoogleCloudStorage.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public function read($key)
126126
if ($response->getStatusCode() == 200) {
127127
$this->setMetadata($key, $object->getMetadata());
128128

129-
return (string)$response->getBody();
129+
return (string) $response->getBody();
130130
}
131131
}
132132

0 commit comments

Comments
 (0)