Skip to content

Commit c42f6e2

Browse files
committed
Update stubs
1 parent 6dd1f54 commit c42f6e2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stubs/ext/reflection/ReflectionProperty.php

+4
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ public function setRawValueWithoutLazyInitialization(object $object, mixed $valu
5555
public function skipLazyInitialization(object $object): void
5656
{
5757
}
58+
#[\Since('8.4')]
59+
public function isLazy(object $object): bool
60+
{
61+
}
5862
/**
5963
* @tentative-return-type
6064
* @return bool

0 commit comments

Comments
 (0)