Skip to content
Prev Previous commit
lint
  • Loading branch information
shmax committed Oct 22, 2019
commit 17d28cc099984a5ecbbbfb7b102daa45ce1af62f
2 changes: 1 addition & 1 deletion tests/PHPStan/Parser/TypeParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down