Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Commit

Permalink
Fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jan 5, 2019
1 parent a1998bc commit 1b957ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridge/Symfony/DependencyInjection/Configuration.php
Expand Up @@ -25,7 +25,7 @@ public function getConfigTreeBuilder()
$treeBuilder = new TreeBuilder('core23_monolog');

// Keep compatibility with symfony/config < 4.2
if (!\method_exists($treeBuilder, 'getRootNode')) {
if (!method_exists($treeBuilder, 'getRootNode')) {
$rootNode = $treeBuilder->root('core23_monolog');
} else {
$rootNode = $treeBuilder->getRootNode();
Expand Down

0 comments on commit 1b957ab

Please sign in to comment.