Except null as default param value rule of phpstan
This commit is contained in:
parent
0faf2879df
commit
a3734486eb
|
@ -5,6 +5,7 @@ parameters:
|
||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#Class (MDMysqliInvalidInput|MDMysqliExpectedError|MDExpectedException|MDgenericInvalidInputsException) is neither abstract nor final.#'
|
- '#Class (MDMysqliInvalidInput|MDMysqliExpectedError|MDExpectedException|MDgenericInvalidInputsException) is neither abstract nor final.#'
|
||||||
- '#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