PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
rules
/
Php80
/
Contract
<?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; }
[+]
..
[-] StrStartWithMatchAndRefactorInterface.php
[edit]
[+]
ValueObject
[-] ConverterAttributeDecoratorInterface.php
[edit]