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 GroupingMethods { /** * @var array<string, string> */ public const GROUPING_METHOD_NAME_TO_SPLIT = ['connections' => 'connection', 'entity_managers' => 'entityManager', 'mappings' => 'mapping']; }
[+]
..
[-] DoctrineConfigKey.php
[edit]
[-] SecurityConfigKey.php
[edit]
[-] GroupingMethods.php
[edit]