From 18b0e92b63ada4f1dc7e30265950bd1d10f5fb75 Mon Sep 17 00:00:00 2001 From: Max Loeb Date: Tue, 22 Oct 2019 08:30:38 -0700 Subject: [PATCH] lint --- tests/PHPStan/Parser/TypeParserTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),