Skip to content

Commit 04451d9

Browse files
committed
Fix tests
1 parent 55e434e commit 04451d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

phpstan.neon

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,9 @@ parameters:
1010
message: '#^Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\:\:scalarNode\(\).$#'
1111
count: 1
1212
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+
reportUnmatched: false

0 commit comments

Comments
 (0)