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 4810d7f commit 7f16495Copy full SHA for 7f16495
phpstan.neon
@@ -1,9 +1,5 @@
1
parameters:
2
ignoreErrors:
3
- "#Call to an undefined method Symfony\\\\Component\\\\Config\\\\Definition\\\\Builder\\\\NodeDefinition::children\\(\\)#"
4
- # Error triggered by a bad PHPDoc in Symfony
5
- - '#Parameter \#4 $roles of class Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken constructor expects array<string>, array<string|Symfony\\Component\\Security\\Core\\Role\\Role> given.#'
6
- - '#Method Symfony\\Contracts\\EventDispatcher\\EventDispatcherInterface::dispatch\(\) invoked with 2 parameters, 1 required.#'
7
- - '#Cannot cast object|string to string.#'
8
#includes:
9
# - vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
0 commit comments