diff --git a/src/Control/HTTPRequest.php b/src/Control/HTTPRequest.php index 6f9212cc280..666f3dda0da 100644 --- a/src/Control/HTTPRequest.php +++ b/src/Control/HTTPRequest.php @@ -365,9 +365,9 @@ public function getHeaders() } /** - * Remove an existing HTTP header + * Returns a HTTP Header by name if found in the request * - * @param string $header + * @param string $header Name of the header (Insensitive to case as per ) * @return mixed */ public function getHeader($header) @@ -393,7 +393,7 @@ public function removeHeader($header) /** * Returns the URL used to generate the page * - * @param bool $includeGetVars whether or not to include the get parameters\ + * @param bool $includeGetVars whether or not to include the get parameters * @return string */ public function getURL($includeGetVars = false)