Skip to content

Commit 6a9393e

Browse files
authored
Fix return type (#9295)
1 parent ab98d0f commit 6a9393e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Doctrine/Tests/ORM/ORMInvalidArgumentExceptionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function testInvalidEntityName($value, string $expectedMessage): void
3030
}
3131

3232
/**
33-
* @return string[][]
33+
* @psalm-return list<array{mixed, string}>
3434
*/
3535
public function invalidEntityNames(): array
3636
{

0 commit comments

Comments
 (0)