summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/AutoCompleteControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Controller/AutoCompleteControllerTest.php')
-rw-r--r--tests/Core/Controller/AutoCompleteControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/AutoCompleteControllerTest.php b/tests/Core/Controller/AutoCompleteControllerTest.php
index 8ff0542cb0b..ea62b502196 100644
--- a/tests/Core/Controller/AutoCompleteControllerTest.php
+++ b/tests/Core/Controller/AutoCompleteControllerTest.php
@@ -41,7 +41,7 @@ class AutoCompleteControllerTest extends TestCase {
/** @var AutoCompleteController */
protected $controller;
- protected function setUp() {
+ protected function setUp(): void {
parent::setUp();
/** @var IRequest $request */