🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 03:52:13 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
StaticTypeMapper
/
ValueObject
/
Type
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/src/StaticTypeMapper/ValueObject/Type
🔄 Refresh
✏️
Editing: SimpleStaticType.php
Read Only
<?php declare (strict_types=1); namespace Rector\StaticTypeMapper\ValueObject\Type; use PHPStan\Type\StaticType; final class SimpleStaticType extends StaticType { /** * @readonly * @var string */ private $className; public function __construct(string $className) { $this->className = $className; } public function getClassName() : string { return $this->className; } }
💾 Save Changes
❌ Cancel