mirror of
https://github.com/php/php-src.git
synced 2026-04-28 10:43:30 +02:00
gen_stub: document more readonly class properties
This commit is contained in:
committed by
Máté Kocsis
parent
97cd9fdc13
commit
eafddfd3d9
+5
-5
@@ -2463,11 +2463,11 @@ class ConstInfo extends VariableLike
|
||||
public /* readonly */ AbstractConstName $name;
|
||||
public /* readonly */ Expr $value;
|
||||
public bool $isDeprecated;
|
||||
public ?string $valueString;
|
||||
public /* readonly */ ?string $valueString;
|
||||
public /* readonly */ ?string $cond;
|
||||
public ?string $cValue;
|
||||
public bool $isUndocumentable;
|
||||
public bool $isFileCacheAllowed;
|
||||
public /* readonly */ ?string $cValue;
|
||||
public /* readonly */ bool $isUndocumentable;
|
||||
public /* readonly */ bool $isFileCacheAllowed;
|
||||
|
||||
/**
|
||||
* @var AttributeInfo[] $attributes
|
||||
@@ -3262,7 +3262,7 @@ class ClassInfo {
|
||||
public /* readonly */ array $enumCaseInfos;
|
||||
public /* readonly */ ?string $cond;
|
||||
public ?int $phpVersionIdMinimumCompatibility;
|
||||
public bool $isUndocumentable;
|
||||
public /* readonly */ bool $isUndocumentable;
|
||||
|
||||
/**
|
||||
* @param AttributeInfo[] $attributes
|
||||
|
||||
Reference in New Issue
Block a user