aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/types_local_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/files/types_local_test.php')
-rw-r--r--tests/files/types_local_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/files/types_local_test.php b/tests/files/types_local_test.php
index 67e4c571f5..7468e9c4a7 100644
--- a/tests/files/types_local_test.php
+++ b/tests/files/types_local_test.php
@@ -38,7 +38,7 @@ class phpbb_files_types_local_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;