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 55e434e commit 04451d9Copy full SHA for 04451d9
phpstan.neon
@@ -10,3 +10,9 @@ parameters:
10
message: '#^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\:\:scalarNode\(\).$#'
11
count: 1
12
path: src/BalikobotBundle.php
13
+ reportUnmatched: false
14
+ -
15
+ message: '#^Cannot call method scalarNode\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null\.$#'
16
+ count: 1
17
+ path: src/BalikobotBundle.php
18
0 commit comments