From 0b13f2b0387db4a187d43edaa9cc1b8419342c9f Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 26 Sep 2024 17:14:01 +0200 Subject: [PATCH] refactoring --- phpstan.neon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpstan.neon b/phpstan.neon index c276e0bd3..970f5a3fe 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -6,6 +6,8 @@ parameters: paths: - lam/lib - lam/templates + fileExtensions: + - php excludePaths: analyseAndScan: - */3rdParty/* @@ -39,3 +41,4 @@ parameters: - '#Parameter \#1 \$input of static 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.#' + - '#Unable to resolve the template type T in call to function array_values#'