aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/types_base_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/types_base_test.php')
-rw-r--r--tests/files/types_base_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/files/types_base_test.php b/tests/files/types_base_test.php
index 3b1cf68d50..a5533f2bc0 100644
--- a/tests/files/types_base_test.php
+++ b/tests/files/types_base_test.php
@@ -35,7 +35,7 @@ class phpbb_files_types_base_test extends phpbb_test_case
/** @var string phpBB root path */
protected $phpbb_root_path;
- protected function setUp()
+ protected function setUp(): void
{
global $phpbb_root_path, $phpEx;