From f91227119e97148aebd2bc0a076a0a973dd33d41 Mon Sep 17 00:00:00 2001 From: Corey Taylor Date: Sun, 26 Jun 2022 15:18:51 -0500 Subject: [PATCH] Added @param for callMapEntry --- tests/Internal/Codebase/InternalCallMapHandlerTest.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Internal/Codebase/InternalCallMapHandlerTest.php b/tests/Internal/Codebase/InternalCallMapHandlerTest.php index b265096163c..3451a908354 100644 --- a/tests/Internal/Codebase/InternalCallMapHandlerTest.php +++ b/tests/Internal/Codebase/InternalCallMapHandlerTest.php @@ -614,6 +614,7 @@ private function isReturnTypeOnlyIgnored(string $functionName): bool * @dataProvider callMapEntryProvider * @coversNothing * @psalm-param callable-string $functionName + * @param array */ public function testIgnoredFunctionsStillFail(string $functionName, array $callMapEntry): void { @@ -662,7 +663,7 @@ public function testIgnoredFunctionsStillFail(string $functionName, array $callM * @depends testIgnoresAreSortedAndUnique * @dataProvider callMapEntryProvider * @psalm-param callable-string $functionName - * @param array $callMapEntry + * @param array */ public function testCallMapCompliesWithReflection(string $functionName, array $callMapEntry): void {