golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/src/Enum
⬆️ Go Up
Upload
File/Folder
Size
Actions
ClassName.php
185 B
Del
OK
ObjectReference.php
298 B
Del
OK
Edit: ObjectReference.php
<?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'; }
Save