Test Setup Failed
Branch master (3554fc)
by Jim
13:03
created
src/AliyunOssAdapter.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -351,7 +351,7 @@  discard block
 block discarded – undo
351 351
     /**
352 352
      * @param array $options
353 353
      *
354
-     * @return array
354
+     * @return callable
355 355
      *
356 356
      * @throws OssException
357 357
      */
@@ -483,6 +483,7 @@  discard block
 block discarded – undo
483 483
 
484 484
     /**
485 485
      * {@inheritdoc}
486
+     * @param string $prefix
486 487
      */
487 488
     public function setPathPrefix($prefix)
488 489
     {
@@ -494,7 +495,7 @@  discard block
 block discarded – undo
494 495
     /**
495 496
      * Get the object meta.
496 497
      *
497
-     * @param $path
498
+     * @param string $path
498 499
      *
499 500
      * @return array|bool
500 501
      */
@@ -566,7 +567,7 @@  discard block
 block discarded – undo
566 567
      * Normalize the object result array.
567 568
      *
568 569
      * @param array $response
569
-     * @param null  $path
570
+     * @param string  $path
570 571
      *
571 572
      * @return array
572 573
      */
@@ -593,7 +594,7 @@  discard block
 block discarded – undo
593 594
     }
594 595
 
595 596
     /**
596
-     * @param $location
597
+     * @param string $location
597 598
      *
598 599
      * @return bool
599 600
      */
Please login to merge, or discard this patch.