PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
BetterPhpDocParser
/
ValueObject
/
Type
<?php declare (strict_types=1); namespace Rector\BetterPhpDocParser\ValueObject\Type; use PHPStan\PhpDocParser\Ast\Type\IdentifierTypeNode; use Stringable; final class FullyQualifiedIdentifierTypeNode extends IdentifierTypeNode { public function __toString() : string { return '\\' . \ltrim($this->name, '\\'); } }
[-] SpacingAwareArrayTypeNode.php
[edit]
[+]
..
[-] SpacingAwareCallableTypeNode.php
[edit]
[-] BracketsAwareIntersectionTypeNode.php
[edit]
[-] FullyQualifiedIdentifierTypeNode.php
[edit]
[-] ShortenedIdentifierTypeNode.php
[edit]
[-] BracketsAwareUnionTypeNode.php
[edit]