diff options
Diffstat (limited to 'tests/functions/make_clickable_email_test.php')
| -rw-r--r-- | tests/functions/make_clickable_email_test.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functions/make_clickable_email_test.php b/tests/functions/make_clickable_email_test.php index d481bde80d..18ad789705 100644 --- a/tests/functions/make_clickable_email_test.php +++ b/tests/functions/make_clickable_email_test.php @@ -13,7 +13,7 @@  class phpbb_functions_make_clickable_email_test extends phpbb_test_case  { -	protected function setUp() +	protected function setUp(): void  	{  		parent::setUp();  | 
