Skip to content

Commit

Permalink
Fix Psalm error
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Apr 17, 2023
1 parent 466879f commit 515940d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function getConfigTreeBuilder(): TreeBuilder
$treeBuilder = new TreeBuilder('setono_google_analytics');
$rootNode = $treeBuilder->getRootNode();

/** @psalm-suppress MixedMethodCall, PossiblyUndefinedMethod, PossiblyNullReference */
/** @psalm-suppress MixedMethodCall, PossiblyUndefinedMethod, PossiblyNullReference,UndefinedInterfaceMethod */
$rootNode
->addDefaultsIfNotSet()
->children()
Expand Down

0 comments on commit 515940d

Please sign in to comment.