Skip to content

Commit

Permalink
Merge pull request #28 from pavelskipenes/master
Browse files Browse the repository at this point in the history
fix type error
  • Loading branch information
lukasoppermann authored Aug 23, 2022
2 parents 3dfb178 + 976780a commit 2ea4e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Httpstatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ea4e39

Please sign in to comment.