aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2024-02-13 10:26:36 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2024-02-13 21:06:31 +0100
commit4a509dfe8ec3287b513cc7d68342adc859870ee5 (patch)
treea6acc8cb7f08498e4dda9c3bce32ccb3847bb475 /core
parent9593f4d6f9bac5eee9527ac591a6f39dae11d109 (diff)
downloadnextcloud-server-4a509dfe8ec3287b513cc7d68342adc859870ee5.tar.gz
nextcloud-server-4a509dfe8ec3287b513cc7d68342adc859870ee5.zip
fix: phpunit
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'core')
-rw-r--r--core/Controller/ProfileApiController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/ProfileApiController.php b/core/Controller/ProfileApiController.php
index 1ffba071f2b..7a11e5f93c1 100644
--- a/core/Controller/ProfileApiController.php
+++ b/core/Controller/ProfileApiController.php
@@ -64,7 +64,7 @@ class ProfileApiController extends OCSController {
* @return DataResponse<Http::STATUS_OK, array<empty>, array{}>
* @throws OCSBadRequestException Updating visibility is not possible
* @throws OCSForbiddenException Not allowed to edit other users visibility
- * @throws OCSNotFoundException User not found
+ * @throws OCSNotFoundException Account not found
*
* 200: Visibility updated successfully
*/