Skip to content

Commit 497aab2

Browse files
committed
added isReadOnly Reflection method https://youtrack.jetbrains.com/issue/WI-67662
1 parent 4121757 commit 497aab2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Reflection/ReflectionClass.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,13 @@ public function isAbstract(): bool {}
425425
#[TentativeType]
426426
public function isFinal(): bool {}
427427

428+
/**
429+
* @return bool
430+
*/
431+
#[Pure]
432+
public function isReadOnly(): bool {}
433+
434+
428435
/**
429436
* Gets modifiers
430437
*

0 commit comments

Comments
 (0)