BossBey File Manager
PHP:
7.4.33
OS:
Linux
User:
root
Root
/
.
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
rules
/
Php80
/
Contract
📤 Upload
📝 New File
📁 New Folder
Close
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
Cancel