📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 15:03:16
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
rules
/
Php80
/
Contract
✏️
Editing: ConverterAttributeDecoratorInterface.php
<?php declare (strict_types=1); namespace Rector\Php80\Contract; use PhpParser\Node\Attribute; interface ConverterAttributeDecoratorInterface { public function getAttributeName() : string; public function decorate(Attribute $attribute) : void; }
💾 Save Changes
❌ Cancel