PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-symfony
/
rules
/
Configs
/
Enum
<?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'; }
[+]
..
[-] DoctrineConfigKey.php
[edit]
[-] SecurityConfigKey.php
[edit]
[-] GroupingMethods.php
[edit]