all: renamed github.com/z7zmey/php-parser with github.com/VKCOM/php-parser

This commit is contained in:
Makhnev Petr
2021-07-30 21:01:34 +03:00
committed by GitHub
parent 049ce7ddc6
commit 72cd222aeb
63 changed files with 236 additions and 236 deletions

View File

@@ -3,7 +3,7 @@ package errors
import (
"fmt"
"github.com/z7zmey/php-parser/pkg/position"
"github.com/VKCOM/php-parser/pkg/position"
)
// Error parsing error

View File

@@ -5,8 +5,8 @@ import (
"gotest.tools/assert"
"github.com/z7zmey/php-parser/pkg/errors"
"github.com/z7zmey/php-parser/pkg/position"
"github.com/VKCOM/php-parser/pkg/errors"
"github.com/VKCOM/php-parser/pkg/position"
)
func TestConstructor(t *testing.T) {