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: 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