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: SecurityConfigKey.php
<?php declare (strict_types=1); namespace Rector\Symfony\Configs\Enum; final class SecurityConfigKey { /** * @var string */ public const ACCESS_CONTROL = 'access_control'; /** * @var string */ public const ACCESS_DECISION_MANAGER = 'access_decision_manager'; /** * @var string */ public const ENTITY = 'entity'; /** * @var string */ public const ROLE = 'role'; /** * @var string */ public const ROLES = 'roles'; /** * @var string */ public const FIREWALLS = 'firewalls'; /** * @var string */ public const FIREWALL = 'firewall'; /** * @var string */ public const PROVIDERS = 'providers'; /** * @var string */ public const PROVIDER = 'provider'; }
Save