Skip to content

Commit

Permalink
[phpstorm-stubs] add ReflectionProperty::isLazy() stub
Browse files Browse the repository at this point in the history
  • Loading branch information
isfedorov committed Nov 10, 2024
1 parent 7d4700d commit bbf59f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Reflection/ReflectionProperty.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,4 +445,9 @@ public function isDynamic(): bool {}
* @since 8.4
*/
public function isFinal(): bool {}

/**
* @since 8.4
*/
public function isLazy(object $object): bool {}
}

0 comments on commit bbf59f4

Please sign in to comment.