Skip to content

Commit b386991

Browse files
committed
Fix accidental edit in previous commit
1 parent 136dd53 commit b386991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/reflection/php_reflection.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5670,7 +5670,7 @@ static const zend_function_entry reflection_exception_functions[] = {
56705670
PHP_FE_END
56715671
};
56725672

5673-
ZEND_BEGIN_ARG_INF(arginfo_reflection__void, 0)
5673+
ZEND_BEGIN_ARG_INFO(arginfo_reflection__void, 0)
56745674
ZEND_END_ARG_INFO()
56755675

56765676

0 commit comments

Comments
 (0)