for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Taisiya\CoreBundle\Composer\Event;
class ExampleSubscriber implements EventSubscriberInterface
{
public static function getSubscribedEvents()
return [];
}