diff --git a/.github/phpstan.neon b/.github/phpstan.neon index ec4d99239..6f141f357 100644 --- a/.github/phpstan.neon +++ b/.github/phpstan.neon @@ -23,7 +23,7 @@ parameters: - '#Constant LOG_SEVERITY_ERROR not found\.#' - '#Constant LOG_SEVERITY_NOTICE not found\.#' - '#Constant LOG_SEVERITY_WARNING not found\.#' - - '#Parameter #2 \$callback of function array_filter expects \(callable\(mixed\): bool\)\|null, strlen given\.#' + - '#Parameter \#2 \$callback of function array_filter expects \(callable\(mixed\): bool\)\|null, strlen given\.#' level: 5 paths: - ../Classes/