diff --git a/rules/phpstan-rules.neon b/rules/phpstan-rules.neon index 3268fb5..8eed9f2 100644 --- a/rules/phpstan-rules.neon +++ b/rules/phpstan-rules.neon @@ -4,7 +4,6 @@ includes: parameters: ignoreErrors: - '#Method MDMysqli::_check_query_efficiency\(\) is unused.#' - - '# with null as default value.#' polluteScopeWithLoopInitialAssignments: false polluteScopeWithAlwaysIterableForeach: false checkAlwaysTrueCheckTypeFunctionCall: true