Skip to content

Commit abd3dd6

Browse files
leongersenondrejmirtes
authored andcommitted
Fix signature for ReflectionProperty::isInitialized
1 parent b0f8d3f commit abd3dd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Reflection/SignatureMap/functionMap_php74delta.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'sapi_windows_set_ctrl_handler' => ['bool', 'callable'=>'callable', 'add'=>'bool'],
4747
'ReflectionProperty::getType' => ['?ReflectionType'],
4848
'ReflectionProperty::hasType' => ['bool'],
49-
'ReflectionProperty::isInitialized' => ['bool'],
49+
'ReflectionProperty::isInitialized' => ['bool', 'object='=>'?object'],
5050
'ReflectionReference::fromArrayElement' => ['?ReflectionReference', 'array'=>'array', 'key'=>'int|string'],
5151
'ReflectionReference::getId' => ['string'],
5252
'SQLite3Stmt::getSQL' => ['string', 'expanded='=>'bool'],

0 commit comments

Comments
 (0)