Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Sep 17, 2024
1 parent 16dafad commit 32a2892
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions stubs/ext/reflection/ReflectionProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@ public function hasHook(PropertyHookType $type): bool
public function getHook(PropertyHookType $type): ?ReflectionMethod
{
}
#[\Since('8.4')]
public function isFinal(): bool
{
}
/**
* @var int
* @cvalue ZEND_ACC_STATIC
Expand Down Expand Up @@ -260,4 +264,7 @@ public function getHook(PropertyHookType $type): ?ReflectionMethod
/** @cvalue ZEND_ACC_PRIVATE_SET */
#[\Since('8.4')]
public const int IS_PRIVATE_SET = UNKNOWN;
/** @cvalue ZEND_ACC_FINAL */
#[\Since('8.4')]
public const int IS_FINAL = UNKNOWN;
}

0 comments on commit 32a2892

Please sign in to comment.