diff --git a/rules/phpstan-rules.neon b/rules/phpstan-rules.neon index 43f7d53..92a62c2 100644 --- a/rules/phpstan-rules.neon +++ b/rules/phpstan-rules.neon @@ -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