for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace DoS\QueueBundle\Controller;
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Symfony\Component\HttpFoundation\Response;
class ReceiveController extends Controller
{
public function qpushAction()
return new Response();
}