PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
StaticTypeMapper
/
ValueObject
/
Type
<?php declare (strict_types=1); namespace Rector\StaticTypeMapper\ValueObject\Type; use PHPStan\Type\ThisType; final class SelfStaticType extends ThisType { }
[-] ParentStaticType.php
[edit]
[-] AliasedObjectType.php
[edit]
[+]
..
[-] FullyQualifiedGenericObjectType.php
[edit]
[-] ParentObjectWithoutClassType.php
[edit]
[-] SelfObjectType.php
[edit]
[-] ShortenedGenericObjectType.php
[edit]
[-] NonExistingObjectType.php
[edit]
[-] SelfStaticType.php
[edit]
[-] FullyQualifiedObjectType.php
[edit]
[-] ShortenedObjectType.php
[edit]
[-] SimpleStaticType.php
[edit]