Skip to content

Commit

Permalink
Ignore false-positive psalm error
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Apr 30, 2023
1 parent 940e0da commit fd05376
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DependencyInjection/Configuration.php
Expand Up @@ -31,6 +31,7 @@ public function getConfigTreeBuilder(): TreeBuilder

private function addRegistrationSection(ArrayNodeDefinition $node): void
{
/** @psalm-suppress UndefinedInterfaceMethod */
$node
->children()
->arrayNode('registration')
Expand All @@ -51,6 +52,7 @@ private function addRegistrationSection(ArrayNodeDefinition $node): void

private function addServiceSection(ArrayNodeDefinition $node): void
{
/** @psalm-suppress UndefinedInterfaceMethod */
$node
->addDefaultsIfNotSet()
->children()
Expand Down

0 comments on commit fd05376

Please sign in to comment.