Skip to content

Commit c0c30b9

Browse files
committed
Remove PHPStan ignore rule
With up to date dependencies, it does not seem to be required anymore.
1 parent 4c2240e commit c0c30b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

phpstan.neon.dist

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,3 @@ parameters:
2222
# phpstan has no array shape intersection support https://github.com/phpstan/phpstan/issues/12414
2323
- message: '#unresolvable type.#'
2424
path: src/DataCollector/DoctrineDataCollector.php
25-
# Probably needs Symfony plugin
26-
- message: '#Call to an undefined method Symfony\\Component\\Config\\Definition\\Builder\\Node#'
27-
path: src/DependencyInjection/Configuration.php

0 commit comments

Comments
 (0)