From 9b0344788170f9418410768d8e059f10b77bf7a1 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Fri, 25 Aug 2023 09:58:36 +0200 Subject: [PATCH] fixed test --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) diff --git a/phpstan.neon b/phpstan.neon index 07b8682ce..1ac9c7e93 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -36,3 +36,4 @@ parameters: - '#Parameter \#2 \$args of function call_user_func_array expects array, mixed given.#' - '#Parameter \#1 \$input of method LAM\\AJAX\\Ajax::managePasswordChange\(\) expects array, mixed given.#' - '#Parameter \#1 \$input of method LAM\\AJAX\\Ajax::checkPasswordStrength\(\) expects array, mixed given.#' + - '#Cannot access offset non-falsy-string on array\|object.#'