mirror of
https://github.com/danog/phpdoc-parser.git
synced 2024-11-30 04:29:20 +01:00
lint
This commit is contained in:
parent
9186b5f8aa
commit
18b0e92b63
@ -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'),
|
||||
|
Loading…
Reference in New Issue
Block a user