Remove ignoreErrors parameter from phpstan rules

This commit is contained in:
Joshua Ramon Enslin 2020-10-10 21:20:43 +02:00 committed by Stefan Rohde-Enslin
parent a48e9d2846
commit 5ce2c01505

View File

@ -2,8 +2,6 @@ includes:
- ../../../vendor/phpstan/phpstan/conf/bleedingEdge.neon
- ../../../vendor/phpstan/phpstan-deprecation-rules/rules.neon
parameters:
ignoreErrors:
- '#Method MDMysqli::_check_query_efficiency\(\) is unused.#'
polluteScopeWithLoopInitialAssignments: false
polluteScopeWithAlwaysIterableForeach: false
checkAlwaysTrueCheckTypeFunctionCall: true