From c42f6e278d600b219b76d20f80f8455259bcd593 Mon Sep 17 00:00:00 2001 From: phpstan-bot Date: Fri, 1 Nov 2024 00:22:02 +0000 Subject: [PATCH] Update stubs --- stubs/ext/reflection/ReflectionProperty.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stubs/ext/reflection/ReflectionProperty.php b/stubs/ext/reflection/ReflectionProperty.php index 8ba1b84..14b512e 100644 --- a/stubs/ext/reflection/ReflectionProperty.php +++ b/stubs/ext/reflection/ReflectionProperty.php @@ -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