for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Loevgaard\DandomainAltapayBundle\Tests\EventListener\Fixture;
use Loevgaard\DandomainAltapayBundle\Annotation\LogHttpTransaction;
class ControllerWithAnnotation
{
/**
* @LogHttpTransaction()
*/
public function foobarAction()
}