Passed
Push — master ( 8e3ad0...95bae9 )
by alpha
02:31
created
src/AliyunOssAdapter.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -565,7 +565,7 @@
 block discarded – undo
565 565
      * @param string $path
566 566
      * @param \DateTimeInterface|int $expiration
567 567
      * @param array $options
568
-     * @return string
568
+     * @return \OSS\Http\ResponseCore
569 569
      *
570 570
      * @throws \RuntimeException
571 571
      */
Please login to merge, or discard this patch.
src/AliyunOssReadTrait.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -112,6 +112,7 @@
 block discarded – undo
112 112
 
113 113
     /**
114 114
      * {@inheritdoc}
115
+     * @param string $path
115 116
      */
116 117
     public function getVisibility($path)
117 118
     {
Please login to merge, or discard this patch.