Skip to content

Commit f0c4de3

Browse files
committed
fix: change methods not defined in ignore
1 parent 831abfc commit f0c4de3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

phpstan.neon.dist

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ parameters:
88
- src
99
- tests
1010
ignoreErrors:
11-
- identifier: 'class.notFound'
12-
path: src/DependencyInjection/Configuration.php
11+
- '#Call to method .* on an unknown class Symfony\\Component\\Config\\Definition\\Builder\\.*#'

0 commit comments

Comments
 (0)