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 019dc5b commit ae47a0dCopy full SHA for ae47a0d
phpstan.neon
@@ -11,6 +11,9 @@ parameters:
11
- "#expects array<string>, array<int, int|string> given.#"
12
- "/Parameter #. \\$types of method Doctrine\\\\DBAL\\\\Connection::.*() expects array<int|string>, array<int, Doctrine\\\\DBAL\\\\Types\\\\Type> given./"
13
- "#Method TheCodingMachine\\\\TDBM\\\\Schema\\\\ForeignKey::.*() should return .* but returns array<string>|string.#"
14
+ -
15
+ message: '#Result of && is always false.#'
16
+ path: src/Test/Dao/Bean/Generated/ArticleBaseBean.php
17
reportUnmatchedIgnoredErrors: false
18
includes:
19
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon
0 commit comments