🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 03:26:17 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
rules
/
Php80
/
Contract
📍 /opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Php80/Contract
🔄 Refresh
✏️
Editing: ConverterAttributeDecoratorInterface.php
Read Only
<?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