diff --git a/HttpServer/Http/HttpHeaders.php b/HttpServer/Http/HttpHeaders.php index 7d0ecda9..ead781f0 100644 --- a/HttpServer/Http/HttpHeaders.php +++ b/HttpServer/Http/HttpHeaders.php @@ -40,7 +40,7 @@ trait HttpHeaders * @param $name * @return mixed|null */ - public function getHeader($name): ?string + public function getHeader($name): mixed { return $this->_headers[$name]; }