Completed
Pull Request — master (#427)
by
unknown
02:37
created
src/Gaufrette/Adapter/GoogleCloudClientStorage.php 1 patch
Doc Comments   +6 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,6 @@  discard block
 block discarded – undo
22 22
     protected $resources    = array();
23 23
 
24 24
     /**
25
-     * @param Google\Cloud\Storage\StorageClient    $service    Authenticated storage client class
26 25
      * @param string                                $bucketName Name of the bucket
27 26
      * @param array                                 $options    Options are: "directory" and "acl" (see https://cloud.google.com/storage/docs/access-control/lists)
28 27
      */
@@ -81,6 +80,9 @@  discard block
 block discarded – undo
81 80
         return true;
82 81
     }
83 82
     
83
+    /**
84
+     * @param string $name
85
+     */
84 86
     public function setBucket($name)
85 87
     {
86 88
         $this->bucketValidated = null;
@@ -269,6 +271,7 @@  discard block
 block discarded – undo
269 271
     
270 272
     /**
271 273
      * {@inheritdoc}
274
+     * @param string $key
272 275
      */
273 276
     public function setResources($key, $data)
274 277
     {
@@ -286,6 +289,8 @@  discard block
 block discarded – undo
286 289
     
287 290
     /**
288 291
      * {@inheritdoc}
292
+     * @param string $key
293
+     * @param string $resourceName
289 294
      */
290 295
     public function getResourceByName($key, $resourceName)
291 296
     {
Please login to merge, or discard this patch.