diff options
Diffstat (limited to 'tests/regex/ipv4_test.php')
-rw-r--r-- | tests/regex/ipv4_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regex/ipv4_test.php b/tests/regex/ipv4_test.php index e21a2d77fa..5d859c240b 100644 --- a/tests/regex/ipv4_test.php +++ b/tests/regex/ipv4_test.php @@ -15,7 +15,7 @@ class phpbb_regex_ipv4_test extends phpbb_test_case { protected $regex; - public function setUp() + public function setUp(): void { $this->regex = get_preg_expression('ipv4'); } |