Skip to content

Commit c36388c

Browse files
authored
Php70: do not expose intArg
intArg is used from Php70 only. make it private
1 parent 86e2777 commit c36388c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Php70/Php70.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public static function error_clear_last()
6060
restore_error_handler();
6161
}
6262

63-
public static function intArg($value, $caller, $pos)
63+
private static function intArg($value, $caller, $pos)
6464
{
6565
if (is_int($value)) {
6666
return $value;

0 commit comments

Comments
 (0)