@@ -35,7 +35,7 @@ |
||
35 | 35 | /** |
36 | 36 | * appendStream. |
37 | 37 | * |
38 | - * @param string|resource $output |
|
38 | + * @param string $output |
|
39 | 39 | * @param string|resource $input |
40 | 40 | * @param int $offset |
41 | 41 | */ |
@@ -45,8 +45,6 @@ discard block |
||
45 | 45 | /** |
46 | 46 | * receive. |
47 | 47 | * |
48 | - * @param string $name |
|
49 | - * @param Closure $closure |
|
50 | 48 | * |
51 | 49 | * @return \Symfony\Component\HttpFoundation\Response |
52 | 50 | */ |
@@ -98,7 +96,7 @@ discard block |
||
98 | 96 | * @param array $config |
99 | 97 | * @param string $class |
100 | 98 | * |
101 | - * @return \Recca0120\Upload\Contracts\Api |
|
99 | + * @return Receiver |
|
102 | 100 | */ |
103 | 101 | public static function factory($config = [], $class = FileAPI::class) |
104 | 102 | { |
@@ -36,7 +36,7 @@ discard block |
||
36 | 36 | /** |
37 | 37 | * create fileapi driver. |
38 | 38 | * |
39 | - * @return \Recca0120\Upload\Apis\FileAPI |
|
39 | + * @return Receiver |
|
40 | 40 | */ |
41 | 41 | protected function createFileapiDriver() |
42 | 42 | { |
@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | /** |
47 | 47 | * create fileapi driver. |
48 | 48 | * |
49 | - * @return \Recca0120\Upload\Apis\Plupload |
|
49 | + * @return Receiver |
|
50 | 50 | */ |
51 | 51 | protected function createPluploadDriver() |
52 | 52 | { |