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 434d089 commit f2fd395Copy full SHA for f2fd395
phpstan.neon
@@ -13,5 +13,8 @@ parameters:
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
18
+
19
includes:
20
- phar://phpstan.phar/conf/bleedingEdge.neon
0 commit comments