Admin
dashboard
file manager
command
php exec
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
rules
/
Php70
/
Enum
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
BattleshipCompareOrder.php
file
234 B
0644
2024-11-08 13:59:10
edit
delete
rename
editing: BattleshipCompareOrder.php
<?php declare (strict_types=1); namespace Rector\Php70\Enum; final class BattleshipCompareOrder { /** * @var string */ public const ASC = 'asc'; /** * @var string */ public const DESC = 'desc'; }
save
cancel