all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package ast
|
||||
|
||||
import "github.com/z7zmey/php-parser/pkg/position"
|
||||
import "github.com/VKCOM/php-parser/pkg/position"
|
||||
|
||||
type Vertex interface {
|
||||
Accept(v Visitor)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
package ast
|
||||
|
||||
import (
|
||||
"github.com/z7zmey/php-parser/pkg/position"
|
||||
"github.com/z7zmey/php-parser/pkg/token"
|
||||
"github.com/VKCOM/php-parser/pkg/position"
|
||||
"github.com/VKCOM/php-parser/pkg/token"
|
||||
)
|
||||
|
||||
// Root node
|
||||
|
||||
Reference in New Issue
Block a user