refactoring: fix panic when missed arguments list
This commit is contained in:
parent
dfe8982121
commit
f6f86bf99b
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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user