From 9ef528f3f563bc51c8e18ac122b87ebe16bcda10 Mon Sep 17 00:00:00 2001 From: Anton Date: Sun, 7 Aug 2022 13:33:38 +0300 Subject: [PATCH] ParserAbstract: remove undefined class in `use` Class `PhpParser\Parser\Tokens` not exists in current version --- lib/PhpParser/ParserAbstract.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/PhpParser/ParserAbstract.php b/lib/PhpParser/ParserAbstract.php index c71b75a7..2dfa3109 100644 --- a/lib/PhpParser/ParserAbstract.php +++ b/lib/PhpParser/ParserAbstract.php @@ -21,7 +21,6 @@ use PhpParser\Node\Stmt\Namespace_; use PhpParser\Node\Stmt\Property; use PhpParser\Node\Stmt\TryCatch; use PhpParser\Node\Stmt\UseUse; -use PhpParser\Parser\Tokens; abstract class ParserAbstract implements Parser {