PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-symfony
/
src
/
Contract
<?php declare (strict_types=1); namespace Rector\Symfony\Contract; use PhpParser\Node\Expr\ClassConstFetch; interface EventReferenceToMethodNameInterface { public function getClassConstFetch() : ClassConstFetch; public function getMethodName() : string; }
[+]
Bridge
[+]
..
[+]
Tag
[-] EventReferenceToMethodNameInterface.php
[edit]