Skip to content

Commit 2b20627

Browse files
committed
Zend: mark zend_perform_covariant_type_check() as static
This function is not defined in any headers
1 parent 6880a6c commit 2b20627

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
@@ -671,7 +671,7 @@ static inheritance_status zend_is_intersection_subtype_of_type(
671671
return early_exit_status == INHERITANCE_ERROR ? INHERITANCE_SUCCESS : INHERITANCE_ERROR;
672672
}
673673

674-
ZEND_API inheritance_status zend_perform_covariant_type_check(
674+
static inheritance_status zend_perform_covariant_type_check(
675675
zend_class_entry *fe_scope, const zend_type fe_type,
676676
zend_class_entry *proto_scope, const zend_type proto_type)
677677
{

0 commit comments

Comments
 (0)