@@ -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,7 +32,7 @@ |
||
32 | 32 | private $uploadsFactory; |
33 | 33 | |
34 | 34 | /** @var array Valid values for HTTP protocol version */ |
35 | - private static $allowedVersions = ['1.0', '1.1', '2',]; |
|
35 | + private static $allowedVersions = ['1.0', '1.1', '2', ]; |
|
36 | 36 | |
37 | 37 | /** |
38 | 38 | * @param Worker $worker |