@@ -42,7 +42,7 @@ |
||
| 42 | 42 | * return Error to wrap error message from server. |
| 43 | 43 | * |
| 44 | 44 | * @param mixed $header |
| 45 | - * @return \Error|null|string |
|
| 45 | + * @return string |
|
| 46 | 46 | * |
| 47 | 47 | * @throws GoridgeException |
| 48 | 48 | */ |
@@ -32,9 +32,9 @@ |
||
| 32 | 32 | |
| 33 | 33 | /** |
| 34 | 34 | * @param Worker $worker |
| 35 | - * @param ServerRequestFactoryInterface|null $requestFactory |
|
| 36 | - * @param StreamFactoryInterface|null $streamFactory |
|
| 37 | - * @param UploadedFileFactoryInterface|null $uploadsFactory |
|
| 35 | + * @param ServerRequestFactoryInterface $requestFactory |
|
| 36 | + * @param StreamFactoryInterface $streamFactory |
|
| 37 | + * @param UploadedFileFactoryInterface $uploadsFactory |
|
| 38 | 38 | */ |
| 39 | 39 | public function __construct( |
| 40 | 40 | Worker $worker, |