We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d41ba commit 27c3b0aCopy full SHA for 27c3b0a
phpstan.neon
@@ -2,4 +2,4 @@ parameters:
2
level: 10
3
checkMissingCallableSignature: true
4
paths:
5
- - src
+ - src
src/DependencyInjection/Configuration.php
@@ -13,6 +13,9 @@
13
14
class Configuration implements ConfigurationInterface
15
{
16
+ /**
17
+ * @return TreeBuilder<'array'>
18
+ */
19
public function getConfigTreeBuilder(): TreeBuilder
20
21
$approach = array_map(
@@ -26,7 +29,6 @@ public function getConfigTreeBuilder(): TreeBuilder
26
29
27
30
$treeBuilder = new TreeBuilder('data_mapper');
28
31
- /** @phpstan-ignore-next-line */
32
$treeBuilder->getRootNode()
33
->children()
34
->enumNode('approach')
0 commit comments