Completed
Pull Request — master (#427)
by
unknown
14:58
created
src/Gaufrette/Adapter/GoogleCloudClientStorage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -158,7 +158,7 @@
 block discarded – undo
158 158
      */
159 159
     public function isDirectory($key)
160 160
     {
161
-        if ($this->exists($key . '/'))
161
+        if ($this->exists($key.'/'))
162 162
         {
163 163
             return true;
164 164
         }
Please login to merge, or discard this patch.