Skip to content

Commit 4e0488f

Browse files
committed
WS
1 parent 15f5572 commit 4e0488f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Zend/zend_API.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2984,9 +2984,9 @@ void zend_convert_internal_arg_info_type(zend_type *type)
29842984
" regenerate the argument info via the php-src gen_stub build script");
29852985
*/
29862986
zend_type legacy_iterable = ZEND_TYPE_INIT_CLASS_MASK(
2987-
ZSTR_KNOWN(ZEND_STR_TRAVERSABLE),
2988-
(type->type_mask | MAY_BE_ARRAY)
2989-
);
2987+
ZSTR_KNOWN(ZEND_STR_TRAVERSABLE),
2988+
(type->type_mask | MAY_BE_ARRAY)
2989+
);
29902990
*type = legacy_iterable;
29912991
}
29922992
}

0 commit comments

Comments
 (0)