From 2ca1d35d549ec60fbe28c33bb5b62b703fdb2332 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 25 Sep 2022 21:12:26 +0200 Subject: [PATCH] refactoring --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index ac167d79b..6d4f94fd7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -34,7 +34,6 @@ parameters: - '#Parameter \#1 \$array of function array_keys expects array, mixed given.#' - '#Cannot access offset .+ on mixed.#' - '#Argument of an invalid type mixed supplied for foreach, only iterables are supported.#' - - '#Parameter \#1 \$string of function htmlspecialchars expects string, mixed given.#' - '#Parameter \#2 \$args of function call_user_func_array expects array, mixed given.#' - '#Parameter \#2 \$user of function LAM\\ACCOUNTLIST\\setSpecifiedPassword expects array, array\|null given.#' - '#Parameter \#2 \$user of function LAM\\ACCOUNTLIST\\generatePassword expects array, array\|null given.#'