diff options
Diffstat (limited to 'tests/version/version_test.php')
| -rw-r--r-- | tests/version/version_test.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/version/version_test.php b/tests/version/version_test.php index 2a0240f847..3298213487 100644 --- a/tests/version/version_test.php +++ b/tests/version/version_test.php @@ -13,7 +13,7 @@  class phpbb_version_helper_test extends phpbb_test_case  { -	public function setUp() +	public function setUp(): void  	{  		parent::setUp(); | 
