Skip to content

Commit 4ac9b82

Browse files
committed
remove dangling grammar
1 parent 226adc4 commit 4ac9b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_language_parser.y

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ static YYSIZE_T zend_yytnamerr(char*, const char*);
276276
%type <ast> ctor_arguments alt_if_stmt_without_else trait_adaptation_list lexical_vars
277277
%type <ast> lexical_var_list encaps_list
278278
%type <ast> array_pair non_empty_array_pair_list array_pair_list possible_array_pair
279-
%type <ast> isset_variable type return_type type_expr type_without_static inner_type_without_static
279+
%type <ast> isset_variable type return_type type_expr type_without_static
280280
%type <ast> identifier type_expr_without_static union_type_without_static_element union_type_without_static intersection_type_without_static
281281
%type <ast> inline_function union_type_element union_type intersection_type
282282
%type <ast> attributed_statement attributed_class_statement attributed_parameter

0 commit comments

Comments
 (0)