Skip to content

Commit

Permalink
Change _IS_BOOL to IS_BOOL
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
koriym and coderabbitai[bot] authored Nov 5, 2024
1 parent dac3f1e commit 849da98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_rayaop.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ZEND_BEGIN_ARG_INFO(arginfo_method_intercept_init, 0)
ZEND_END_ARG_INFO()

ZEND_BEGIN_ARG_WITH_RETURN_TYPE_INFO_EX(arginfo_method_intercept_enable, 0, 1, IS_VOID, 0)
ZEND_ARG_TYPE_INFO(0, enable, _IS_BOOL, 0)
ZEND_ARG_TYPE_INFO(0, enable, IS_BOOL, 0)
ZEND_END_ARG_INFO()

/* Debug mode configuration */
Expand Down

0 comments on commit 849da98

Please sign in to comment.