Skip to content

Commit

Permalink
Unused method, property, variable or parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
lologhi committed Jul 16, 2016
1 parent 02299d5 commit 1c7f9a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/MassAPIBundle/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Configuration implements ConfigurationInterface
public function getConfigTreeBuilder()
{
$treeBuilder = new TreeBuilder();
$rootNode = $treeBuilder->root('mass_api');
$treeBuilder->root('mass_api');

// Here you should define the parameters that are allowed to
// configure your bundle. See the documentation linked above for
Expand Down
2 changes: 1 addition & 1 deletion src/MassAPIBundle/DependencyInjection/MassAPIExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MassAPIExtension extends Extension
public function load(array $configs, ContainerBuilder $container)
{
$configuration = new Configuration();
$config = $this->processConfiguration($configuration, $configs);
$this->processConfiguration($configuration, $configs);

$loader = new Loader\YamlFileLoader($container, new FileLocator(__DIR__.'/../Resources/config'));
$loader->load('services.yml');
Expand Down

0 comments on commit 1c7f9a2

Please sign in to comment.