PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-symfony
/
src
/
Contract
/
Tag
<?php declare (strict_types=1); namespace Rector\Symfony\Contract\Tag; interface TagInterface { public function getName() : string; /** * @return array<string, mixed> */ public function getData() : array; }
[+]
..
[-] TagInterface.php
[edit]