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 1 additions and 1 deletions

BIN
internal/php5/php5.go generated

Binary file not shown.

View File

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