This commit is contained in:
Max Loeb 2019-10-22 08:30:38 -07:00 committed by Ondřej Mirtes
parent 9186b5f8aa
commit 18b0e92b63

View File

@ -393,7 +393,7 @@ class TypeParserTest extends \PHPUnit\Framework\TestCase
]),
],
[
'array{a: int, b: array{c: callable(): int}}',
'array{a: int, b: array{c: callable(): int}}',
new ArrayShapeNode([
new ArrayShapeItemNode(
new IdentifierTypeNode('a'),