From abb3889240928ed993bb4b66ed6942bafe525692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Sat, 5 Apr 2025 11:55:17 +0200 Subject: [PATCH] test: Fix parameter documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel Calviño Sánchez --- tests/lib/Collaboration/Collaborators/MailPluginTest.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/lib/Collaboration/Collaborators/MailPluginTest.php b/tests/lib/Collaboration/Collaborators/MailPluginTest.php index b38b961a512..d8763cd841b 100644 --- a/tests/lib/Collaboration/Collaborators/MailPluginTest.php +++ b/tests/lib/Collaboration/Collaborators/MailPluginTest.php @@ -92,7 +92,9 @@ class MailPluginTest extends TestCase { * @param array $contacts * @param bool $shareeEnumeration * @param array $expected + * @param bool $exactIdMatch * @param bool $reachedEnd + * @param bool $validEmail */ #[\PHPUnit\Framework\Attributes\DataProvider('dataGetEmail')] public function testSearch($searchTerm, $contacts, $shareeEnumeration, $expected, $exactIdMatch, $reachedEnd, $validEmail): void { @@ -575,7 +577,8 @@ class MailPluginTest extends TestCase { * @param array $expected * @param bool $exactIdMatch * @param bool $reachedEnd - * @param array groups + * @param array $userToGroupMapping + * @param bool $validEmail */ #[\PHPUnit\Framework\Attributes\DataProvider('dataGetEmailGroupsOnly')] public function testSearchGroupsOnly($searchTerm, $contacts, $expected, $exactIdMatch, $reachedEnd, $userToGroupMapping, $validEmail): void {