aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_status/tests/Unit/Controller/PredefinedStatusControllerTest.php
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2025-05-15 08:48:13 +0200
committerJoas Schilling <coding@schilljs.com>2025-05-15 08:48:13 +0200
commit5f9117b9391f970d3acce3f0e6c0ddc5d1c9b626 (patch)
tree1295a1f573095d6011c456f23a98a471eba3543b /apps/user_status/tests/Unit/Controller/PredefinedStatusControllerTest.php
parent57a49a50aa769450436f4ba617423848a9beaa0e (diff)
downloadnextcloud-server-ci/noid/update-phpunit10.tar.gz
nextcloud-server-ci/noid/update-phpunit10.zip
test: Fix coding standardsci/noid/update-phpunit10
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_status/tests/Unit/Controller/PredefinedStatusControllerTest.php')
-rw-r--r--apps/user_status/tests/Unit/Controller/PredefinedStatusControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_status/tests/Unit/Controller/PredefinedStatusControllerTest.php b/apps/user_status/tests/Unit/Controller/PredefinedStatusControllerTest.php
index 6e6c825b870..0f96f41a524 100644
--- a/apps/user_status/tests/Unit/Controller/PredefinedStatusControllerTest.php
+++ b/apps/user_status/tests/Unit/Controller/PredefinedStatusControllerTest.php
@@ -16,7 +16,7 @@ use Test\TestCase;
class PredefinedStatusControllerTest extends TestCase {
private PredefinedStatusService&MockObject $service;
- private PredefinedStatusController$controller;
+ private PredefinedStatusController $controller;
protected function setUp(): void {
parent::setUp();