PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Enum
<?php declare (strict_types=1); namespace Rector\Enum; final class ObjectReference { /** * @var string */ public const SELF = 'self'; /** * @var string */ public const PARENT = 'parent'; /** * @var string */ public const STATIC = 'static'; }
[-] ObjectReference.php
[edit]
[-] ClassName.php
[edit]
[+]
..