for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Taisiya\CoreBundle\Event;
abstract class Event extends \Symfony\Component\EventDispatcher\Event
{
public function __construct()
}