refactoring: fix panic when missed arguments list

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

BIN
internal/php7/php7.go generated

Binary file not shown.

View File

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