N°4824 Update consumers & tests after nikic/php-parser update

Was done in 3.0.0 with N°3867
(cherry picked from commit cd1ba097cb)
(cherry picked from commit 5b42f67a99)
(cherry picked from commit 2d98ca2318)
(cherry picked from commit ddc5bbd1bb)
This commit is contained in:
Pierre Goiffon
2022-04-29 14:31:48 +02:00
parent b19c73a36e
commit f4c7afc148
7 changed files with 1281 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ class ConfigNodesVisitor extends NodeVisitorAbstract
Node\Name::class,
Node\Const_::class,
Node\Identifier::class,
Node\Expr\Array_::class,
Node\Expr\ArrayDimFetch::class,
@@ -44,6 +45,7 @@ class ConfigNodesVisitor extends NodeVisitorAbstract
Node\Expr\PreDec::class,
Node\Expr\PreInc::class,
Node\Expr\Print_::class,
Node\Stmt\Expression::class,
Node\Expr\Ternary::class,
Node\Expr\UnaryMinus::class,
Node\Expr\UnaryPlus::class,