Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shmax authored and ondrejmirtes committed Oct 26, 2019
1 parent 9186b5f commit 18b0e92
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 18b0e92

Please sign in to comment.