From 732ae04ab74627cc1d083f3a0818f708e3aff75f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 25 Apr 2024 01:22:32 +0000 Subject: [PATCH] fix tests --- Controller/ApiController.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 608cfcd..4afb3db 100755 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -1083,11 +1083,11 @@ final class ApiController extends Controller /** * Add Media to a collection and arbitrary model * - * @param int $account Request account - * @param int[] $files Files to add - * @param null|int $rel Relation to model id - * @param string $mapper Mapper to use for relation - * @param string $field Field to use for relation + * @param int $account Request account + * @param int[] $files Files to add + * @param null|int $rel Relation to model id + * @param string $mapper Mapper to use for relation + * @param string $field Field to use for relation * @param string $collectionPath Path of the collection the files should get added to * * @return void