Skip to content

Commit

Permalink
Fix reflection info
Browse files Browse the repository at this point in the history
  • Loading branch information
tvlooy committed Oct 13, 2018
1 parent 90b3e41 commit 6f6afc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pledge.c
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ zend_class_entry *unveil_exception_ce;
/* provide info for the reflection API */
ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_pledge, 0, 0, _IS_BOOL, 0)
ZEND_ARG_TYPE_INFO(0, promises, IS_STRING, 1)
ZEND_ARG_TYPE_INFO(0, promises, IS_STRING, 1)
ZEND_ARG_TYPE_INFO(0, execpromises, IS_STRING, 1)
ZEND_END_ARG_INFO();

ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_unveil, 0, 0, _IS_BOOL, 0)
Expand Down

0 comments on commit 6f6afc7

Please sign in to comment.