golden hour
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/rector/rector-symfony/src/Contract
⬆️ Go Up
Upload
File/Folder
Size
Actions
Bridge
-
Del
OK
EventReferenceToMethodNameInterface.php
266 B
Del
OK
Tag
-
Del
OK
Edit: 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