📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 00:03:45
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-symfony
/
rules
/
Configs
/
Enum
✏️
Editing: DoctrineConfigKey.php
<?php declare (strict_types=1); namespace Rector\Symfony\Configs\Enum; final class DoctrineConfigKey { /** * @var string */ public const DBAL = 'dbal'; /** * @var string */ public const ORM = 'orm'; }
💾 Save Changes
❌ Cancel