for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Bdf\QueueBundle\Tests\Fixtures;
use Bdf\Queue\Consumer\Receiver\Builder\ReceiverFactory;
class ReceiverFactoryWrapper
{
public $factory;
public function __construct(ReceiverFactory $factory)
$this->factory = $factory;
}