EVOLUTION-NINJA
Edit File: ShortenedIdentifierTypeNode.php
<?php declare (strict_types=1); namespace Rector\BetterPhpDocParser\ValueObject\Type; use PHPStan\PhpDocParser\Ast\Type\IdentifierTypeNode; use Stringable; final class ShortenedIdentifierTypeNode extends IdentifierTypeNode { }