modify
This commit is contained in:
@@ -40,7 +40,7 @@ trait HttpHeaders
|
|||||||
* @param $name
|
* @param $name
|
||||||
* @return mixed|null
|
* @return mixed|null
|
||||||
*/
|
*/
|
||||||
public function getHeader($name): ?string
|
public function getHeader($name): mixed
|
||||||
{
|
{
|
||||||
return $this->_headers[$name];
|
return $this->_headers[$name];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user