Skip to content

Commit 0d15bb9

Browse files
committed
Resolve warning.
1 parent 8d3aa1a commit 0d15bb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

phper/src/zend/types.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ use crate::{
33
sys::{
44
self, phper_init_class_entry, phper_z_strval_p, phper_zval_get_type, phper_zval_stringl,
55
zend_class_entry, zend_declare_property, zend_execute_data, zend_parse_parameters,
6-
zend_register_internal_class, zend_throw_exception, zval, IS_DOUBLE, IS_FALSE, IS_LONG,
7-
IS_NULL, IS_STRING, IS_STRING_EX, IS_TRUE, ZEND_RESULT_CODE_SUCCESS,
6+
zend_register_internal_class, zend_throw_exception, zval, IS_FALSE, IS_LONG,
7+
IS_NULL, IS_TRUE, ZEND_RESULT_CODE_SUCCESS,
88
},
99
zend::{api::FunctionEntries, exceptions::Throwable},
1010
};

0 commit comments

Comments
 (0)