Remove ignoreErrors parameter from phpstan rules
This commit is contained in:
parent
a48e9d2846
commit
5ce2c01505
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user