We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6880a6c commit 2b20627Copy full SHA for 2b20627
Zend/zend_inheritance.c
@@ -671,7 +671,7 @@ static inheritance_status zend_is_intersection_subtype_of_type(
671
return early_exit_status == INHERITANCE_ERROR ? INHERITANCE_SUCCESS : INHERITANCE_ERROR;
672
}
673
674
-ZEND_API inheritance_status zend_perform_covariant_type_check(
+static inheritance_status zend_perform_covariant_type_check(
675
zend_class_entry *fe_scope, const zend_type fe_type,
676
zend_class_entry *proto_scope, const zend_type proto_type)
677
{
0 commit comments