Completed
Push — master ( f3d80d...8d277a )
by Pierre
08:08 queued 05:26
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.