for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Sleepness\UberTranslationBundle\Storage;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
use Symfony\Component\DependencyInjection\Reference;
/**
* Compile container with proper storage service (according to bundle configuration)
*/
class StorageCompilerPass extends CompilerPassInterface
{
public function process(ContainerBuilder $container)
$container
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
// @TODO implement method
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.