File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -6324,9 +6324,6 @@ static zend_type zend_compile_typename(
6324
6324
}
6325
6325
zend_string_release_ex (standard_type_str , false);
6326
6326
6327
- /* Inform that the type is part of an intersection type */
6328
- ZEND_TYPE_FULL_MASK (single_type ) |= _ZEND_TYPE_INTERSECTION_BIT ;
6329
-
6330
6327
if (!ZEND_TYPE_IS_COMPLEX (type )) {
6331
6328
/* The first class type can be stored directly as the type ptr payload. */
6332
6329
ZEND_TYPE_SET_PTR (type , ZEND_TYPE_NAME (single_type ));
@@ -6360,7 +6357,7 @@ static zend_type zend_compile_typename(
6360
6357
memcpy (list , type_list , ZEND_TYPE_LIST_SIZE (type_list -> num_types ));
6361
6358
ZEND_TYPE_SET_LIST (type , list );
6362
6359
ZEND_TYPE_FULL_MASK (type ) |= _ZEND_TYPE_ARENA_BIT ;
6363
- /* Inform that the type list contains an intersection type */
6360
+ /* Inform that the type list is an intersection type */
6364
6361
ZEND_TYPE_FULL_MASK (type ) |= _ZEND_TYPE_INTERSECTION_BIT ;
6365
6362
}
6366
6363
You can’t perform that action at this time.
0 commit comments