for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Wandu\Event;
/**
* @deprecated
*/
class Event implements EventInterface
{
* {@inheritdoc}
public function getEventName()
return static::class;
}