Admin
dashboard
file manager
command
php exec
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Set
/
Enum
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
SetGroup.php
file
614 B
0644
2024-11-08 13:59:10
edit
delete
rename
editing: SetGroup.php
<?php declare (strict_types=1); namespace Rector\Set\Enum; /** * @api used in sets */ final class SetGroup { /** * @var string */ public const CORE = 'core'; /** * @var string */ public const PHP = 'php'; /** * @var string */ public const TWIG = 'twig'; /** * @var string */ public const PHPUNIT = 'phpunit'; /** * @var string */ public const DOCTRINE = 'doctrine'; /** * @var string */ public const SYMFONY = 'symfony'; /** * @var string */ public const ATTRIBUTES = 'attributes'; }
save
cancel