File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -675,7 +675,7 @@ static inheritance_status zend_is_intersection_subtype_of_type(
675
675
return early_exit_status == INHERITANCE_ERROR ? INHERITANCE_SUCCESS : INHERITANCE_ERROR ;
676
676
}
677
677
678
- ZEND_API inheritance_status zend_perform_covariant_type_check (
678
+ static inheritance_status zend_perform_covariant_type_check (
679
679
zend_class_entry * fe_scope , const zend_type * fe_type_ptr ,
680
680
zend_class_entry * proto_scope , const zend_type * proto_type_ptr );
681
681
@@ -707,7 +707,7 @@ static inheritance_status zend_is_type_subtype_of_generic_type(
707
707
}
708
708
}
709
709
710
- ZEND_API inheritance_status zend_perform_covariant_type_check (
710
+ static inheritance_status zend_perform_covariant_type_check (
711
711
zend_class_entry * fe_scope , const zend_type * fe_type_ptr ,
712
712
zend_class_entry * proto_scope , const zend_type * proto_type_ptr )
713
713
{
You can’t perform that action at this time.
0 commit comments