From 8ed4a68c3f91a4faa13ab06907c7d11a80cd7b07 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sun, 25 Sep 2022 21:16:54 +0200 Subject: [PATCH] refactoring --- phpstan.neon | 4 ---- 1 file changed, 4 deletions(-) diff --git a/phpstan.neon b/phpstan.neon index 6d4f94fd7..7b2a7b91a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -35,7 +35,3 @@ parameters: - '#Cannot access offset .+ on mixed.#' - '#Argument of an invalid type mixed supplied for foreach, only iterables are supported.#' - '#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.#' - - '#Parameter \#2 \$attributes of function LAM\\ACCOUNTLIST\\unlock expects array, array\|null given.#' - - '#Parameter \#2 \$attributes of function LAM\\ACCOUNTLIST\\lock expects array, array\|null given.#'