Completed
Push — master ( 553e31...cbbec1 )
by Jim
19:16 queued 05:54
created
src/AliyunOssAdapter.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -349,7 +349,7 @@  discard block
 block discarded – undo
349 349
     /**
350 350
      * @param array $options
351 351
      *
352
-     * @return array
352
+     * @return callable
353 353
      * @throws OssException
354 354
      */
355 355
     protected function retrieveListing(array $options)
@@ -480,6 +480,7 @@  discard block
 block discarded – undo
480 480
 
481 481
     /**
482 482
      * {@inheritdoc}
483
+     * @param string $prefix
483 484
      */
484 485
     public function setPathPrefix($prefix)
485 486
     {
@@ -491,7 +492,7 @@  discard block
 block discarded – undo
491 492
     /**
492 493
      * Get the object meta.
493 494
      *
494
-     * @param $path
495
+     * @param string $path
495 496
      *
496 497
      * @return array|bool
497 498
      */
@@ -562,7 +563,7 @@  discard block
 block discarded – undo
562 563
      * Normalize the object result array.
563 564
      *
564 565
      * @param array $response
565
-     * @param null  $path
566
+     * @param string  $path
566 567
      *
567 568
      * @return array
568 569
      */
@@ -589,7 +590,7 @@  discard block
 block discarded – undo
589 590
     }
590 591
 
591 592
     /**
592
-     * @param $location
593
+     * @param string $location
593 594
      *
594 595
      * @return bool
595 596
      */
Please login to merge, or discard this patch.