refactoring: fix panic when missed arguments list
This commit is contained in:
parent
dfe8982121
commit
f6f86bf99b
BIN
internal/php5/php5.go
generated
BIN
internal/php5/php5.go
generated
Binary file not shown.
@ -4529,7 +4529,7 @@ backticks_expr:
|
||||
ctor_arguments:
|
||||
/* empty */
|
||||
{
|
||||
$$ = nil
|
||||
$$ = &ast.ArgumentList{}
|
||||
}
|
||||
| function_call_parameter_list
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user