for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Knp\RadBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\Reference;
class ReferenceFactory
{
public function createReference($serviceId)
return new Reference($serviceId);
}