@@ -102,7 +102,7 @@ discard block |
||
102 | 102 | * Set the request header. |
103 | 103 | * |
104 | 104 | * @param string $name |
105 | - * @param mixed $value |
|
105 | + * @param string $value |
|
106 | 106 | * @return $this |
107 | 107 | */ |
108 | 108 | public function header($name, $value) |
@@ -180,7 +180,7 @@ discard block |
||
180 | 180 | * Get the response header value. |
181 | 181 | * |
182 | 182 | * @param string $name |
183 | - * @return mixed |
|
183 | + * @return string|null |
|
184 | 184 | */ |
185 | 185 | public function getHeader($name) |
186 | 186 | { |