Remove ignored string in phpstan rules

This commit is contained in:
Joshua Ramon Enslin 2020-09-04 22:29:08 +02:00 committed by Stefan Rohde-Enslin
parent 744769e8bf
commit a48e9d2846

View File

@ -4,7 +4,6 @@ includes:
parameters: parameters:
ignoreErrors: ignoreErrors:
- '#Method MDMysqli::_check_query_efficiency\(\) is unused.#' - '#Method MDMysqli::_check_query_efficiency\(\) is unused.#'
- '# with null as default value.#'
polluteScopeWithLoopInitialAssignments: false polluteScopeWithLoopInitialAssignments: false
polluteScopeWithAlwaysIterableForeach: false polluteScopeWithAlwaysIterableForeach: false
checkAlwaysTrueCheckTypeFunctionCall: true checkAlwaysTrueCheckTypeFunctionCall: true