mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 11:44:14 +01:00
remove redundant class constant in MakeDispatchFirstArgumentEventRector
This commit is contained in:
parent
ab1b2e6cfb
commit
f046ed6457
@ -2,9 +2,7 @@
|
|||||||
|
|
||||||
namespace Rector\Symfony\Tests\Rector\MethodCall\MakeDispatchFirstArgumentEventRector\Source;
|
namespace Rector\Symfony\Tests\Rector\MethodCall\MakeDispatchFirstArgumentEventRector\Source;
|
||||||
|
|
||||||
use Symfony\Contracts\EventDispatcher\Event;
|
final class CustomEvent
|
||||||
|
|
||||||
final class CustomEvent extends Event
|
|
||||||
{
|
{
|
||||||
public const NAME = 'custom_event';
|
public const NAME = 'custom_event';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user