Skip to content

Commit

Permalink
Update PHPStan rule
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Apr 21, 2020
1 parent e2bf233 commit c19630e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ parameters:
- '#Call to method Symfony\\Component\\HttpFoundation\\Request::hasSession\(\) will always evaluate to true.#'

# Doctrine DBAL
- '#Cannot call method fetch(All)?\(\) on Doctrine\\DBAL\\Driver\\(Result)?Statement\|int#'
- '#Cannot call method fetch(All)?\(\) on Doctrine\\DBAL\\Driver\\ResultStatement\|int#'
- '#expects string\|null, Doctrine\\DBAL\\Query\\Expression\\CompositeExpression given#'
- '#\$value2 of method Doctrine\\DBAL\\Platforms\\AbstractPlatform::getBitAndComparisonExpression\(\) expects string, int given.#'

Expand Down

0 comments on commit c19630e

Please sign in to comment.