diff --git a/src/Node/TransNode.php b/src/Node/TransNode.php index 2782631..f691153 100644 --- a/src/Node/TransNode.php +++ b/src/Node/TransNode.php @@ -102,7 +102,7 @@ public function __construct( } /** @phpstan-ignore-next-line */ - if (Environment::VERSION_ID >= 301200) { + if (Environment::VERSION_ID >= 31300 || Environment::VERSION_ID >= 301200) { parent::__construct($nodes, [], $lineno); return;