Completed
Pull Request — master (#457)
by Albin
02:23
created
src/Gaufrette/Filesystem.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -305,7 +305,7 @@  discard block
 block discarded – undo
305 305
     /**
306 306
      * Gets a new stream instance of the specified file.
307 307
      *
308
-     * @param $key
308
+     * @param string $key
309 309
      *
310 310
      * @return Stream|Stream\InMemoryBuffer
311 311
      *
@@ -325,7 +325,7 @@  discard block
 block discarded – undo
325 325
     /**
326 326
      * Creates a new file in a filesystem.
327 327
      *
328
-     * @param $key
328
+     * @param string $key
329 329
      *
330 330
      * @return File
331 331
      *
Please login to merge, or discard this patch.
src/Gaufrette/Adapter/AwsS3.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -287,6 +287,9 @@
 block discarded – undo
287 287
         return true;
288 288
     }
289 289
 
290
+    /**
291
+     * @param string $key
292
+     */
290 293
     protected function getOptions($key, array $options = [])
291 294
     {
292 295
         $options['ACL'] = $this->options['acl'];
Please login to merge, or discard this patch.