PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
rules
/
Renaming
/
Contract
<?php declare (strict_types=1); namespace Rector\Renaming\Contract; interface RenameAnnotationInterface { public function getOldAnnotation() : string; public function getNewAnnotation() : string; }
[+]
..
[-] RenameAnnotationInterface.php
[edit]
[-] RenameClassConstFetchInterface.php
[edit]
[-] MethodCallRenameInterface.php
[edit]