diff options
Diffstat (limited to 'ext/reflection/php_reflection.stub.php')
-rw-r--r-- | ext/reflection/php_reflection.stub.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.stub.php b/ext/reflection/php_reflection.stub.php index 26e38ae37f..76cbe75dd7 100644 --- a/ext/reflection/php_reflection.stub.php +++ b/ext/reflection/php_reflection.stub.php @@ -391,7 +391,7 @@ class ReflectionProperty implements Reflector public function setValue($object_or_value, $value = UNKNOWN) {} /** @return bool */ - public function isInitialized(object $object = UNKNOWN) {} + public function isInitialized(?object $object = null) {} /** @return bool */ public function isPublic() {} |