diff options
Diffstat (limited to 'tests/functions/validate_jabber_test.php')
| -rw-r--r-- | tests/functions/validate_jabber_test.php | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tests/functions/validate_jabber_test.php b/tests/functions/validate_jabber_test.php index 23811a94c0..dbdf10cb4a 100644 --- a/tests/functions/validate_jabber_test.php +++ b/tests/functions/validate_jabber_test.php @@ -18,7 +18,7 @@ class phpbb_functions_validate_jabber_test extends phpbb_test_case  {  	protected $helper; -	protected function setUp() +	protected function setUp(): void  	{  		parent::setUp(); @@ -32,7 +32,7 @@ class phpbb_functions_validate_jabber_test extends phpbb_test_case  				array(),  				'',  				array('jabber'), -			),	 +			),  			'no_seperator' => array(  				array('WRONG_DATA'),  				'testjabber.ccc', | 
