Skip to content

Commit 45f2683

Browse files
committed
test: Fix parameter documentation
Signed-off-by: Daniel Calviño Sánchez <[email protected]>
1 parent dcda12c commit 45f2683

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/lib/Collaboration/Collaborators/MailPluginTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ public function instantiatePlugin() {
9090
* @param array $contacts
9191
* @param bool $shareeEnumeration
9292
* @param array $expected
93+
* @param bool $exactIdMatch
9394
* @param bool $reachedEnd
95+
* @param bool $validEmail
9496
*/
9597
#[\PHPUnit\Framework\Attributes\DataProvider('dataGetEmail')]
9698
public function testSearch($searchTerm, $contacts, $shareeEnumeration, $expected, $exactIdMatch, $reachedEnd, $validEmail): void {
@@ -570,7 +572,8 @@ public static function dataGetEmail(): array {
570572
* @param array $expected
571573
* @param bool $exactIdMatch
572574
* @param bool $reachedEnd
573-
* @param array groups
575+
* @param array $userToGroupMapping
576+
* @param bool $validEmail
574577
*/
575578
#[\PHPUnit\Framework\Attributes\DataProvider('dataGetEmailGroupsOnly')]
576579
public function testSearchGroupsOnly($searchTerm, $contacts, $expected, $exactIdMatch, $reachedEnd, $userToGroupMapping, $validEmail): void {

0 commit comments

Comments
 (0)