Skip to content

Commit a6d28dc

Browse files
committed
Return status like in branch above
1 parent 6166ed0 commit a6d28dc

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
@@ -667,7 +667,7 @@ static inheritance_status zend_perform_covariant_type_check(
667667
inheritance_status status = zend_is_class_subtype_of_type(
668668
fe_scope, fe_class_name, fe_ce, proto_scope, proto_type);
669669
if (status == early_exit_status) {
670-
return early_exit_status;
670+
return status;
671671
}
672672
if (status == INHERITANCE_UNRESOLVED) {
673673
have_unresolved = true;

0 commit comments

Comments
 (0)