refactor php7

This commit is contained in:
Vadym Slizov
2020-05-13 00:16:36 +03:00
parent aab9da03f0
commit 6a84d58ee6
54 changed files with 29034 additions and 28821 deletions

View File

@@ -73,7 +73,7 @@ func (v *Dump) EnterNode(n ast.Vertex) bool {
}
n.Accept(v)
return true
}

View File

@@ -13,8 +13,7 @@ func ExampleDump() {
&ast.Identifier{},
&ast.Parameter{
Variadic: true,
Var: &ast.ExprVariable{
},
Var: &ast.ExprVariable{},
},
&ast.StmtInlineHtml{
Value: "foo",