🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:20:01 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
BetterPhpDocParser
/
ValueObject
/
Type
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/src/BetterPhpDocParser/ValueObject/Type
🔄 Refresh
✏️
Editing: FullyQualifiedIdentifierTypeNode.php
Read Only
<?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, '\\'); } }
💾 Save Changes
❌ Cancel