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