Completed
Pull Request — master (#686)
by
unknown
38s
created
src/Gaufrette/Adapter/GoogleCloudStorage.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -126,7 +126,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 
Please login to merge, or discard this patch.