Admin
dashboard
file manager
command
php exec
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Configuration
/
Deprecation
/
Contract
path:
go
upload
mkdir
name
type
size
perms
modified
actions
[parent directory]
DeprecatedInterface.php
file
311 B
0644
2024-11-08 13:59:10
edit
delete
rename
editing: DeprecatedInterface.php
<?php declare (strict_types=1); namespace Rector\Configuration\Deprecation\Contract; /** * @api * * Marker interface that should be implemented by all deprecated rules and services. * It helps to notify user about the deprecation on the fly, before they get removed. */ interface DeprecatedInterface { }
save
cancel