📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-29 22:31:08
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
rector
/
rector
/
vendor
/
rector
/
rector-symfony
/
src
/
Contract
✏️
Editing: EventReferenceToMethodNameInterface.php
<?php declare (strict_types=1); namespace Rector\Symfony\Contract; use PhpParser\Node\Expr\ClassConstFetch; interface EventReferenceToMethodNameInterface { public function getClassConstFetch() : ClassConstFetch; public function getMethodName() : string; }
💾 Save Changes
❌ Cancel