Skip to content

Commit cdda8b7

Browse files
committed
Fix comment style
1 parent bb04741 commit cdda8b7

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
@@ -263,7 +263,7 @@ int _check_inherited_arg_info(
263263
return 0;
264264
}
265265

266-
// This introduces BC break described at https://bugs.php.net/bug.php?id=72119
266+
/* This introduces BC break described at https://bugs.php.net/bug.php?id=72119 */
267267
if (variance == CONTRAVARIANT && ZEND_TYPE_ALLOW_NULL(proto_type) && !ZEND_TYPE_ALLOW_NULL(fe_type)) {
268268
return 0;
269269
}

0 commit comments

Comments
 (0)