refactoring: fix panic when missed arguments list

This commit is contained in:
Vadym Slizov 2020-12-04 22:38:26 +02:00
parent dfe8982121
commit f6f86bf99b
No known key found for this signature in database
GPG Key ID: AEA2A9388EF42A4A
2 changed files with 522 additions and 522 deletions

1042
internal/php5/php5.go generated

File diff suppressed because it is too large Load Diff

View File

@ -4529,7 +4529,7 @@ backticks_expr:
ctor_arguments:
/* empty */
{
$$ = nil
$$ = &ast.ArgumentList{}
}
| function_call_parameter_list
{