aboutsummaryrefslogtreecommitdiffstats
path: root/tests/request/type_cast_helper_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/request/type_cast_helper_test.php')
-rw-r--r--tests/request/type_cast_helper_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/request/type_cast_helper_test.php b/tests/request/type_cast_helper_test.php
index 6407dca894..5810c67b78 100644
--- a/tests/request/type_cast_helper_test.php
+++ b/tests/request/type_cast_helper_test.php
@@ -15,7 +15,7 @@ class phpbb_type_cast_helper_test extends phpbb_test_case
{
private $type_cast_helper;
- protected function setUp()
+ protected function setUp(): void
{
$this->type_cast_helper = new \phpbb\request\type_cast_helper();
}