Skip to content

Commit 2aac977

Browse files
committed
drop const qualifier
1 parent 186a4b3 commit 2aac977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_inheritance.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1898,7 +1898,7 @@ static zend_class_entry *fixup_trait_scope(const zend_function *fn, zend_class_e
18981898
return fn->common.scope->ce_flags & ZEND_ACC_TRAIT ? ce : fn->common.scope;
18991899
}
19001900

1901-
static void zend_resolve_trait_relative_class_types(zend_type *type, const zend_class_entry *ce)
1901+
static void zend_resolve_trait_relative_class_types(zend_type *type, /* const */ zend_class_entry *ce)
19021902
{
19031903
/* Only built-in types */
19041904
if (!ZEND_TYPE_IS_COMPLEX(*type)) {

0 commit comments

Comments
 (0)