File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments