Skip to content

Commit 373a6d8

Browse files
committed
Regenerate reflection stubs
1 parent 3d43562 commit 373a6d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/reflection/php_reflection_arginfo.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -449,8 +449,7 @@ ZEND_BEGIN_ARG_WITH_RETURN_OBJ_INFO_EX(arginfo_class_ReflectionReference_fromArr
449449
ZEND_ARG_INFO(0, key)
450450
ZEND_END_ARG_INFO()
451451

452-
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_class_ReflectionReference_getId, 0, 0, IS_STRING, 0)
453-
ZEND_END_ARG_INFO()
452+
#define arginfo_class_ReflectionReference_getId arginfo_class_ReflectionFunction___toString
454453

455454
#define arginfo_class_ReflectionReference___clone arginfo_class_ReflectionFunctionAbstract___clone
456455

0 commit comments

Comments
 (0)