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 f2fd395 commit a5bd5dfCopy full SHA for a5bd5df
phpstan.neon
@@ -11,7 +11,6 @@ parameters:
11
- '#Instanceof between .* and .* will always evaluate to true.#'
12
- '#Strict comparison using !== between .*non-empty-string.* and .* will always evaluate to true.#'
13
- '#Strict comparison using !== between .*non-falsy-string.* and .* will always evaluate to true.#'
14
- - '#Call to function is_array\(\) with array will always evaluate to true.#'
15
16
excludePaths:
17
- src/Framework/MockObject/Runtime/Api # exclude partial traits, which are only used in runtime generated code
0 commit comments