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