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 25, 2023
1 parent 2eb59fd commit 1edc758
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ public function getConfigTreeBuilder(): TreeBuilder

private function addApiSection(ArrayNodeDefinition $node): void
{
/** @psalm-suppress UndefinedInterfaceMethod */
$node
->children()
->arrayNode('api')
Expand All @@ -46,6 +47,7 @@ private function addApiSection(ArrayNodeDefinition $node): void

private function addHttpClientSection(ArrayNodeDefinition $node): void
{
/** @psalm-suppress UndefinedInterfaceMethod */
$node
->children()
->arrayNode('http')
Expand Down

0 comments on commit 1edc758

Please sign in to comment.