Skip to content

Commit

Permalink
Update stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
phpstan-bot committed Nov 1, 2024
1 parent 6dd1f54 commit c42f6e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stubs/ext/reflection/ReflectionProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ public function setRawValueWithoutLazyInitialization(object $object, mixed $valu
public function skipLazyInitialization(object $object): void
{
}
#[\Since('8.4')]
public function isLazy(object $object): bool
{
}
/**
* @tentative-return-type
* @return bool
Expand Down

0 comments on commit c42f6e2

Please sign in to comment.