diff --git a/tests/PHPStan/Parser/TypeParserTest.php b/tests/PHPStan/Parser/TypeParserTest.php index 38bbf5f9..c7b6c9e4 100644 --- a/tests/PHPStan/Parser/TypeParserTest.php +++ b/tests/PHPStan/Parser/TypeParserTest.php @@ -393,7 +393,7 @@ public function provideParseData(): array ]), ], [ - 'array{a: int, b: array{c: callable(): int}}', + 'array{a: int, b: array{c: callable(): int}}', new ArrayShapeNode([ new ArrayShapeItemNode( new IdentifierTypeNode('a'),