Skip to content

Commit

Permalink
Ignore PHPStan in configuration tree
Browse files Browse the repository at this point in the history
  • Loading branch information
markus-moser committed Jan 22, 2024
1 parent accf4b9 commit d861541
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 @@ -35,6 +35,8 @@ public function getConfigTreeBuilder(): TreeBuilder

/** @var ArrayNodeDefinition $rootNode */
$rootNode = $treeBuilder->getRootNode();

/* @phpstan-ignore-next-line */
$rootNode
->children()
->arrayNode('index_service')
Expand Down

0 comments on commit d861541

Please sign in to comment.