From 849da9853b8db417007253a9a9e90ea91fa9565a Mon Sep 17 00:00:00 2001 From: Akihito Koriyama Date: Tue, 5 Nov 2024 16:58:06 +0900 Subject: [PATCH] Change _IS_BOOL to IS_BOOL Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- php_rayaop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_rayaop.h b/php_rayaop.h index fbc3116..6b1273e 100644 --- a/php_rayaop.h +++ b/php_rayaop.h @@ -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 */