Skip to content

Commit 0f86a60

Browse files
committed
update
1 parent 269f273 commit 0f86a60

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ return new ClassConstFetch($class, 'SOME_CONSTANT');
779779
### Public Properties
780780

781781
* `$class` - `/** @var Name|Expr Class name */`
782-
* `$name` - `/** @var Identifier|Error Constant name */`
782+
* `$name` - `/** @var Identifier|Expr|Error Constant name */`
783783

784784
<br>
785785

@@ -1873,7 +1873,8 @@ public const SOME_CLASS_CONSTANT = 'default value';
18731873

18741874
* `$flags` - `/** @var int Modifiers */`
18751875
* `$consts` - `/** @var Node\Const_[] Constant declarations */`
1876-
* `$attrGroups` - `/** @var Node\AttributeGroup[] */`
1876+
* `$attrGroups` - `/** @var Node\AttributeGroup[] PHP attribute groups */`
1877+
* `$type` - `/** @var Node\Identifier|Node\Name|Node\ComplexType|null Type declaration */`
18771878

18781879
<br>
18791880

0 commit comments

Comments
 (0)