Except null as default param value rule of phpstan

This commit is contained in:
Joshua Ramon Enslin 2020-09-03 20:29:26 +02:00 committed by Stefan Rohde-Enslin
parent 0faf2879df
commit a3734486eb

View File

@ -5,6 +5,7 @@ parameters:
ignoreErrors:
- '#Class (MDMysqliInvalidInput|MDMysqliExpectedError|MDExpectedException|MDgenericInvalidInputsException) is neither abstract nor final.#'
- '#Method MDMysqli::_check_query_efficiency\(\) is unused.#'
- '# with null as default value.#'
polluteScopeWithLoopInitialAssignments: false
polluteScopeWithAlwaysIterableForeach: false
checkAlwaysTrueCheckTypeFunctionCall: true