diff --git a/src/Httpstatus.php b/src/Httpstatus.php index 28cf3d0..e5d6676 100755 --- a/src/Httpstatus.php +++ b/src/Httpstatus.php @@ -152,7 +152,7 @@ protected function filterReasonPhrase($text) /** * Get the text for a given status code. * - * @param string $statusCode http status code + * @param int $statusCode http status code * * @throws InvalidArgumentException If the requested $statusCode is not valid * @throws OutOfBoundsException If the requested $statusCode is not found