We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a322f commit 8dbd598Copy full SHA for 8dbd598
Zend/zend_language_parser.y
@@ -853,7 +853,7 @@ return_type:
853
argument_list:
854
'(' ')' { $$ = zend_ast_create_list(0, ZEND_AST_ARG_LIST); }
855
| '(' non_empty_argument_list possible_comma ')' { $$ = $2; }
856
- | '(' T_ELLIPSIS ')' { $$ = zend_ast_create(ZEND_AST_CALLABLE_CONVERT); }
+ | '(' T_ELLIPSIS ')' { $$ = zend_ast_create(ZEND_AST_CALLABLE_CONVERT); }
857
;
858
859
non_empty_argument_list:
0 commit comments