for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Knp\RadBundle\AppBundle;
use Symfony\Component\DependencyInjection\ContainerBuilder;
class ConfigurationFactory
{
public function createConfiguration(ConfigurableBundleInterface $bundle, array $config, ContainerBuilder $container)
$config
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.
$container
return new Configuration($bundle);
}
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.