Skip to content

Commit

Permalink
Php70: do not expose intArg
Browse files Browse the repository at this point in the history
intArg is used from Php70 only. make it private
  • Loading branch information
glensc authored Apr 6, 2018
1 parent 86e2777 commit c36388c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Php70/Php70.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static function error_clear_last()
restore_error_handler();
}

public static function intArg($value, $caller, $pos)
private static function intArg($value, $caller, $pos)
{
if (is_int($value)) {
return $value;
Expand Down

0 comments on commit c36388c

Please sign in to comment.