Skip to content

Commit

Permalink
Added @param for callMapEntry
Browse files Browse the repository at this point in the history
  • Loading branch information
othercorey committed Jun 26, 2022
1 parent 06e1a6f commit f912271
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Internal/Codebase/InternalCallMapHandlerTest.php
Expand Up @@ -614,6 +614,7 @@ private function isReturnTypeOnlyIgnored(string $functionName): bool
* @dataProvider callMapEntryProvider
* @coversNothing
* @psalm-param callable-string $functionName
* @param array<int|string, string>
*/
public function testIgnoredFunctionsStillFail(string $functionName, array $callMapEntry): void
{
Expand Down Expand Up @@ -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<int|string, string>
*/
public function testCallMapCompliesWithReflection(string $functionName, array $callMapEntry): void
{
Expand Down

0 comments on commit f912271

Please sign in to comment.