remove redundant class constant in MakeDispatchFirstArgumentEventRector

This commit is contained in:
Tomas Votruba 2019-06-05 13:36:57 +03:00
parent ab1b2e6cfb
commit f046ed6457

View File

@ -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';
}