Skip to content

Commit

Permalink
Fix accidental edit in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes committed Oct 4, 2014
1 parent 136dd53 commit b386991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/reflection/php_reflection.c
Original file line number Diff line number Diff line change
Expand Up @@ -5670,7 +5670,7 @@ static const zend_function_entry reflection_exception_functions[] = {
PHP_FE_END
};

ZEND_BEGIN_ARG_INF(arginfo_reflection__void, 0)
ZEND_BEGIN_ARG_INFO(arginfo_reflection__void, 0)
ZEND_END_ARG_INFO()


Expand Down

0 comments on commit b386991

Please sign in to comment.