📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 13:46:23
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
src
/
Configuration
/
Deprecation
/
Contract
✏️
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 Changes
❌ Cancel