diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2024-02-13 10:26:36 +0100 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2024-02-13 21:06:31 +0100 |
commit | 4a509dfe8ec3287b513cc7d68342adc859870ee5 (patch) | |
tree | a6acc8cb7f08498e4dda9c3bce32ccb3847bb475 /core | |
parent | 9593f4d6f9bac5eee9527ac591a6f39dae11d109 (diff) | |
download | nextcloud-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.php | 2 |
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 */ |