Preview: RenameAnnotationInterface.php
Size: 208 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/rules/Renaming/Contract/RenameAnnotationInterface.php
<?php
declare (strict_types=1);
namespace Rector\Renaming\Contract;
interface RenameAnnotationInterface
{
public function getOldAnnotation() : string;
public function getNewAnnotation() : string;
}
Directory Contents
Dirs: 0 × Files: 3