for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Gendoria\CommandQueueBundle\DependencyInjection\Pass;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\ContainerBuilder;
/**
* Description of WorkersPass
*
* @author Tomasz Struczyński <[email protected]>
*/
class WorkersPass implements CompilerPassInterface
{
const WORKER_TAG = 'gendoria_command_queue.worker';
public function process(ContainerBuilder $container)
}