Skip to content

Commit

Permalink
Remove problematic ignored error from PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
GSadee committed Jun 2, 2021
1 parent 1a87a7c commit a790506
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ parameters:

ignoreErrors:
- '/Parameter #1 \$configuration of method Symfony\\Component\\DependencyInjection\\Extension\\Extension::processConfiguration\(\) expects Symfony\\Component\\Config\\Definition\\ConfigurationInterface, Symfony\\Component\\Config\\Definition\\ConfigurationInterface\|null given\./'
- '/Cannot call method scalarNode\(\) on Symfony\\Component\\Config\\Definition\\Builder\\NodeParentInterface\|null\./'
- '/expects string, string\|null given\.$/'

0 comments on commit a790506

Please sign in to comment.