diff --git a/test/PhpParser/ParserTest.php b/test/PhpParser/ParserTest.php index 7964bea..9c4412d 100644 --- a/test/PhpParser/ParserTest.php +++ b/test/PhpParser/ParserTest.php @@ -4,8 +4,8 @@ namespace PhpParser; use PhpParser\Node\Expr; use PhpParser\Node\Scalar; -use PhpParser\Node\Stmt; use PhpParser\Node\Scalar\String_; +use PhpParser\Node\Stmt; use PHPUnit\Framework\TestCase; abstract class ParserTest extends TestCase