📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 18:17:38
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
rules
/
Php80
/
Contract
/
ValueObject
✏️
Editing: AnnotationToAttributeInterface.php
<?php declare (strict_types=1); namespace Rector\Php80\Contract\ValueObject; interface AnnotationToAttributeInterface { public function getTag() : string; public function getAttributeClass() : string; }
💾 Save Changes
❌ Cancel