golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-symfony/rules/Configs/Enum
⬆️ Go Up
Upload
File/Folder
Size
Actions
DoctrineConfigKey.php
239 B
Del
OK
GroupingMethods.php
300 B
Del
OK
SecurityConfigKey.php
810 B
Del
OK
Edit: GroupingMethods.php
<?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']; }
Save