Except null as default param value rule of phpstan
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user