Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
make filterStatusCode public
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Jun 2, 2016
1 parent f1dab7a commit ae9f743
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 @@ -219,7 +219,7 @@ public static function getReasonException($code)
*
* @return int
*/
protected static function filterStatusCode($code)
public static function filterStatusCode($code)
{
$code = filter_var($code, FILTER_VALIDATE_INT, ['options' => [
'min_range' => self::MINIMUM,
Expand Down

0 comments on commit ae9f743

Please sign in to comment.