Completed
Push — master ( 911d70...b30754 )
by Nicolas
11s
created
src/Gaufrette/Filesystem.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -227,6 +227,7 @@  discard block
 block discarded – undo
227 227
 
228 228
     /**
229 229
      * {@inheritdoc}
230
+     * @param string $key
230 231
      */
231 232
     public function createStream($key)
232 233
     {
@@ -241,6 +242,7 @@  discard block
 block discarded – undo
241 242
 
242 243
     /**
243 244
      * {@inheritdoc}
245
+     * @param string $key
244 246
      */
245 247
     public function createFile($key)
246 248
     {
Please login to merge, or discard this patch.
src/Gaufrette/Adapter/AzureBlobStorage.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -466,7 +466,7 @@  discard block
 block discarded – undo
466 466
     }
467 467
 
468 468
     /**
469
-     * @param string|resource $content
469
+     * @param string $content
470 470
      *
471 471
      * @return string
472 472
      */
@@ -484,7 +484,7 @@  discard block
 block discarded – undo
484 484
     /**
485 485
      * @param string $key
486 486
      *
487
-     * @return array
487
+     * @return string[]
488 488
      * @throws \InvalidArgumentException
489 489
      */
490 490
     private function tokenizeKey($key)
@@ -508,7 +508,7 @@  discard block
 block discarded – undo
508 508
 
509 509
     /**
510 510
      * @param string $containerName
511
-     * @param null   $prefix
511
+     * @param string   $prefix
512 512
      *
513 513
      * @return array
514 514
      */
Please login to merge, or discard this patch.