Remove ignored string in phpstan rules
This commit is contained in:
parent
744769e8bf
commit
a48e9d2846
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user