Completed
Push — master ( c76d77...71e7c5 )
by Pierre
10:28
created
src/Gaufrette/Filesystem.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -273,7 +273,7 @@  discard block
 block discarded – undo
273 273
     /**
274 274
      * Gets a new stream instance of the specified file.
275 275
      *
276
-     * @param $key
276
+     * @param string $key
277 277
      *
278 278
      * @return Stream|Stream\InMemoryBuffer
279 279
      */
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
     /**
290 290
      * Creates a new file in a filesystem.
291 291
      *
292
-     * @param $key
292
+     * @param string $key
293 293
      *
294 294
      * @return File
295 295
      */
Please login to merge, or discard this patch.
src/Gaufrette/StreamWrapper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -213,7 +213,7 @@
 block discarded – undo
213 213
     /**
214 214
      * @param string $path
215 215
      *
216
-     * @return mixed
216
+     * @return boolean
217 217
      */
218 218
     public function unlink($path)
219 219
     {
Please login to merge, or discard this patch.