Completed
Branch master (1e415d)
by Andrew
02:35
created
src/Gaufrette/Filesystem.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -268,7 +268,7 @@  discard block
 block discarded – undo
268 268
     /**
269 269
      * Gets a new stream instance of the specified file.
270 270
      *
271
-     * @param $key
271
+     * @param string $key
272 272
      * @return Stream|Stream\InMemoryBuffer
273 273
      */
274 274
     public function createStream($key)
@@ -283,7 +283,7 @@  discard block
 block discarded – undo
283 283
     /**
284 284
      * Creates a new file in a filesystem.
285 285
      *
286
-     * @param $key
286
+     * @param string $key
287 287
      * @return File
288 288
      */
289 289
     public function createFile($key)
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
@@ -207,7 +207,7 @@
 block discarded – undo
207 207
 
208 208
     /**
209 209
      * @param  string $path
210
-     * @return mixed
210
+     * @return boolean
211 211
      */
212 212
     public function unlink($path)
213 213
     {
Please login to merge, or discard this patch.