Skip to content

Commit

Permalink
Fix return type (#9295)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Dec 27, 2021
1 parent ab98d0f commit 6a9393e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function testInvalidEntityName($value, string $expectedMessage): void
}

/**
* @return string[][]
* @psalm-return list<array{mixed, string}>
*/
public function invalidEntityNames(): array
{
Expand Down

0 comments on commit 6a9393e

Please sign in to comment.