File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2463,11 +2463,11 @@ class ConstInfo extends VariableLike
24632463 public /* readonly */ AbstractConstName $name;
24642464 public /* readonly */ Expr $value;
24652465 public bool $isDeprecated;
2466- public ?string $valueString;
2466+ public /* readonly */ ?string $valueString;
24672467 public /* readonly */ ?string $cond;
2468- public ?string $cValue;
2469- public bool $isUndocumentable;
2470- public bool $isFileCacheAllowed;
2468+ public /* readonly */ ?string $cValue;
2469+ public /* readonly */ bool $isUndocumentable;
2470+ public /* readonly */ bool $isFileCacheAllowed;
24712471
24722472 /**
24732473 * @var AttributeInfo[] $attributes
@@ -3262,7 +3262,7 @@ class ClassInfo {
32623262 public /* readonly */ array $enumCaseInfos;
32633263 public /* readonly */ ?string $cond;
32643264 public ?int $phpVersionIdMinimumCompatibility;
3265- public bool $isUndocumentable;
3265+ public /* readonly */ bool $isUndocumentable;
32663266
32673267 /**
32683268 * @param AttributeInfo[] $attributes
You can’t perform that action at this time.
0 commit comments