for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ByTIC\EventDispatcher\Dispatcher;
/**
* Class EventDispatcher
* @package ByTIC\EventDispatcher\Dispatcher
*/
class EventDispatcher extends \Symfony\Component\EventDispatcher\EventDispatcher implements EventDispatcherInterface
{
use Traits\ListenForInterfacesTrait;
use Traits\MakeListenerTrait;
}