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 e1d9411 commit 5c50706Copy full SHA for 5c50706
phpstan.neon
@@ -4,3 +4,12 @@ parameters:
4
- src
5
- tests/tests
6
- tests/bootstrap.php
7
+
8
+ treatPhpDocTypesAsCertain: false
9
10
+ ignoreErrors:
11
+ # Ignore errors caused by defensive programming
12
+ - '#Call to function assert\(\) with true will always evaluate to true.#'
13
+ - '#Call to method .* will always evaluate to true.#'
14
+ - '#Call to method .* will always evaluate to false.#'
15
+ - '#Instanceof between .* and .* will always evaluate to true.#'
0 commit comments