summaryrefslogtreecommitdiffstats
path: root/tests/Core/Controller/OCSControllerTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Controller/OCSControllerTest.php')
-rw-r--r--tests/Core/Controller/OCSControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Controller/OCSControllerTest.php b/tests/Core/Controller/OCSControllerTest.php
index 241c3b12477..d1e7f2c4350 100644
--- a/tests/Core/Controller/OCSControllerTest.php
+++ b/tests/Core/Controller/OCSControllerTest.php
@@ -48,7 +48,7 @@ class OCSControllerTest extends TestCase {
/** @var OCSController */
private $controller;
- public function setUp() {
+ public function setUp(): void {
parent::setUp();
$this->request = $this->createMock(IRequest::class);