Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Oct 8, 2024
1 parent 6c642d3 commit 212d2b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stubs/ext/reflection/ReflectionProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,9 @@ public function isFinal(): bool
/** @cvalue ZEND_ACC_PRIVATE_SET */
#[\Since('8.4')]
public const int IS_PRIVATE_SET = UNKNOWN;
/** @cvalue ZEND_ACC_VIRTUAL */
#[\Since('8.4')]
public const int IS_VIRTUAL = UNKNOWN;
/** @cvalue ZEND_ACC_FINAL */
#[\Since('8.4')]
public const int IS_FINAL = UNKNOWN;
Expand Down

0 comments on commit 212d2b2

Please sign in to comment.