Skip to content

Commit

Permalink
Suppress undefined method message
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Dec 16, 2019
1 parent bcf478b commit 2399c5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/Configuration.php
Expand Up @@ -26,6 +26,7 @@ public function getConfigTreeBuilder(): TreeBuilder
if (method_exists($treeBuilder, 'getRootNode')) {
$rootNode = $treeBuilder->getRootNode();
} else {
/** @psalm-suppress UndefinedMethod */
$rootNode = $treeBuilder->root('endroid_qr_code');
}

Expand Down

0 comments on commit 2399c5d

Please sign in to comment.