Skip to content

Commit 462271c

Browse files
committed
Fix typo
[ci skip]
1 parent ee37774 commit 462271c

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
@@ -2485,7 +2485,7 @@ ZEND_API zend_result zend_do_link_class(zend_class_entry *ce, zend_string *lc_pa
24852485
zend_verify_abstract_class(ce);
24862486
}
24872487

2488-
/* Normally Stringable is added during compilation. However, if it is important from a trait,
2488+
/* Normally Stringable is added during compilation. However, if it is imported from a trait,
24892489
* we need to explicilty add the interface here. */
24902490
if (ce->__tostring && !zend_class_implements_interface(ce, zend_ce_stringable)) {
24912491
ZEND_ASSERT(ce->__tostring->common.fn_flags & ZEND_ACC_TRAIT_CLONE);

0 commit comments

Comments
 (0)