mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +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;
|
||||
|
||||
use Symfony\Contracts\EventDispatcher\Event;
|
||||
|
||||
final class CustomEvent extends Event
|
||||
final class CustomEvent
|
||||
{
|
||||
public const NAME = 'custom_event';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user