golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-symfony/src/Enum
⬆️ Go Up
Upload
File/Folder
Size
Actions
SensioAttribute.php
614 B
Del
OK
SymfonyAnnotation.php
685 B
Del
OK
SymfonyAttribute.php
225 B
Del
OK
SymfonyClass.php
316 B
Del
OK
Edit: SensioAttribute.php
<?php declare (strict_types=1); namespace Rector\Symfony\Enum; final class SensioAttribute { /** * @var string */ public const PARAM_CONVERTER = 'Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\ParamConverter'; /** * @var string */ public const ENTITY = 'Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Entity'; /** * @var string */ public const METHOD = 'Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Method'; /** * @var string */ public const TEMPLATE = 'Sensio\\Bundle\\FrameworkExtraBundle\\Configuration\\Template'; }
Save