Skip to content

Commit eafddfd

Browse files
DanielEScherzerkocsismate
authored andcommitted
gen_stub: document more readonly class properties
1 parent 97cd9fd commit eafddfd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build/gen_stub.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)