@@ -72,7 +72,7 @@ public function __construct(
7272 * @param int|null $remoteId ID of the remote
7373 * @param string|null $sharedByFederatedId Federated ID of the sender
7474 * @param string|null $ownerFederatedId Federated ID of the receiver
75- * @return Http\DataResponse<Http::STATUS_OK, array <empty>, array{}>
75+ * @return Http\DataResponse<Http::STATUS_OK, list <empty>, array{}>
7676 * @throws OCSException
7777 *
7878 * 200: Share created successfully
@@ -186,7 +186,7 @@ public function reShare(int $id, ?string $token = null, ?string $shareWith = nul
186186 *
187187 * @param int $id ID of the remote share
188188 * @param string|null $token Shared secret between servers
189- * @return Http\DataResponse<Http::STATUS_OK, array <empty>, array{}>
189+ * @return Http\DataResponse<Http::STATUS_OK, list <empty>, array{}>
190190 * @throws OCSException
191191 * @throws ShareNotFound
192192 * @throws HintException
@@ -221,7 +221,7 @@ public function acceptShare(int $id, ?string $token = null) {
221221 *
222222 * @param int $id ID of the remote share
223223 * @param string|null $token Shared secret between servers
224- * @return Http\DataResponse<Http::STATUS_OK, array <empty>, array{}>
224+ * @return Http\DataResponse<Http::STATUS_OK, list <empty>, array{}>
225225 * @throws OCSException
226226 *
227227 * 200: Share declined successfully
@@ -254,7 +254,7 @@ public function declineShare(int $id, ?string $token = null) {
254254 *
255255 * @param int $id ID of the share
256256 * @param string|null $token Shared secret between servers
257- * @return Http\DataResponse<Http::STATUS_OK, array <empty>, array{}>
257+ * @return Http\DataResponse<Http::STATUS_OK, list <empty>, array{}>
258258 * @throws OCSException
259259 *
260260 * 200: Share unshared successfully
@@ -290,7 +290,7 @@ private function cleanupRemote($remote) {
290290 *
291291 * @param int $id ID of the share
292292 * @param string|null $token Shared secret between servers
293- * @return Http\DataResponse<Http::STATUS_OK, array <empty>, array{}>
293+ * @return Http\DataResponse<Http::STATUS_OK, list <empty>, array{}>
294294 * @throws OCSBadRequestException Revoking the share is not possible
295295 *
296296 * 200: Share revoked successfully
@@ -332,7 +332,7 @@ private function isS2SEnabled($incoming = false) {
332332 * @param int $id ID of the share
333333 * @param string|null $token Shared secret between servers
334334 * @param int|null $permissions New permissions
335- * @return Http\DataResponse<Http::STATUS_OK, array <empty>, array{}>
335+ * @return Http\DataResponse<Http::STATUS_OK, list <empty>, array{}>
336336 * @throws OCSBadRequestException Updating permissions is not possible
337337 *
338338 * 200: Permissions updated successfully
0 commit comments