Skip to content

Commit

Permalink
PHP 8.1 support (#1209)
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Feb 23, 2022
1 parent cc5d219 commit 047a41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/core/Input.php
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ public function valid_ip($ip, $which = '')
$which = FILTER_FLAG_IPV6;
break;
default:
$which = NULL;
$which = [];
break;
}

Expand Down

0 comments on commit 047a41b

Please sign in to comment.