summaryrefslogtreecommitdiffstats
path: root/lib/Controller
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-05-16 19:05:14 +0200
committerJoas Schilling <coding@schilljs.com>2024-05-16 19:05:14 +0200
commit2a38ba10f7debca739179b6b036420a1b2542835 (patch)
tree14f85787d9c7513672e66d6d940d32d5678df2db /lib/Controller
parent377a2f91d5661b2c9f4599f3f53269f1b36d9ab2 (diff)
fix: Fix Psalm, OpenAPI and unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Controller')
-rw-r--r--lib/Controller/CallController.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Controller/CallController.php b/lib/Controller/CallController.php
index 805bd047f..6e5021bb2 100644
--- a/lib/Controller/CallController.php
+++ b/lib/Controller/CallController.php
@@ -162,7 +162,7 @@ class CallController extends AEnvironmentAwareController {
* Ring an attendee
*
* @param int $attendeeId ID of the attendee to ring
- * @return DataResponse<Http::STATUS_OK|Http::STATUS_BAD_REQUEST|Http::STATUS_NOT_FOUND, array<empty>, array{}>
+ * @return DataResponse<Http::STATUS_OK|Http::STATUS_NOT_FOUND, array<empty>, array{}>|DataResponse<Http::STATUS_BAD_REQUEST, array{error: string}, array{}>
*
* 200: Attendee rang successfully
* 400: Ringing attendee is not possible