build: replace VKCOM import with laytan import
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"path/filepath"
|
||||
"text/template"
|
||||
|
||||
phpast "github.com/VKCOM/php-parser/pkg/ast"
|
||||
phpast "github.com/laytan/php-parser/pkg/ast"
|
||||
"golang.org/x/tools/go/packages"
|
||||
)
|
||||
|
||||
@@ -32,7 +32,7 @@ var fileTempl = template.Must(
|
||||
|
||||
package traverser
|
||||
|
||||
import "github.com/VKCOM/php-parser/pkg/ast"
|
||||
import "github.com/laytan/php-parser/pkg/ast"
|
||||
{{range $typ := .Types}}
|
||||
func (t *Traverser) {{$typ.FuncName}}(n *ast.{{$typ.Name}}) {
|
||||
if !t.checkEntrance(n) {
|
||||
|
||||
Reference in New Issue
Block a user