Skip to content

Commit ae47a0d

Browse files
committed
Ignore new error for phpstan
1 parent 019dc5b commit ae47a0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpstan.neon

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ parameters:
1111
- "#expects array<string>, array<int, int|string> given.#"
1212
- "/Parameter #. \\$types of method Doctrine\\\\DBAL\\\\Connection::.*() expects array<int|string>, array<int, Doctrine\\\\DBAL\\\\Types\\\\Type> given./"
1313
- "#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
1417
reportUnmatchedIgnoredErrors: false
1518
includes:
1619
- vendor/thecodingmachine/phpstan-strict-rules/phpstan-strict-rules.neon

0 commit comments

Comments
 (0)