refactoring: fix panic when missed arguments list
This commit is contained in:
1042
internal/php5/php5.go
generated
1042
internal/php5/php5.go
generated
File diff suppressed because it is too large
Load Diff
@@ -4529,7 +4529,7 @@ backticks_expr:
|
||||
ctor_arguments:
|
||||
/* empty */
|
||||
{
|
||||
$$ = nil
|
||||
$$ = &ast.ArgumentList{}
|
||||
}
|
||||
| function_call_parameter_list
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user