Completed
Pull Request — master (#640)
by Tobias
02:02
created
src/Gaufrette/Adapter/GoogleCloudStorage.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -355,6 +355,11 @@  discard block
 block discarded – undo
355 355
         }
356 356
     }
357 357
 
358
+    /**
359
+     * @param string $key
360
+     *
361
+     * @return string
362
+     */
358 363
     protected function computePath($key)
359 364
     {
360 365
         if (empty($this->options['directory'])) {
@@ -368,7 +373,7 @@  discard block
 block discarded – undo
368 373
      * @param string $path
369 374
      * @param array  $options
370 375
      *
371
-     * @return bool|\Google_Service_Storage_StorageObject
376
+     * @return string
372 377
      */
373 378
     private function getObjectData($path, $options = [])
374 379
     {
Please login to merge, or discard this patch.
src/Gaufrette/Adapter/OpenCloud.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
      *
157 157
      * @param string $key
158 158
      *
159
-     * @return int|bool An UNIX like timestamp or false
159
+     * @return string|false An UNIX like timestamp or false
160 160
      */
161 161
     public function mtime($key)
162 162
     {
Please login to merge, or discard this patch.