refactoring

This commit is contained in:
Roland Gruber 2024-09-26 17:14:01 +02:00
parent 00403c44f9
commit 0b13f2b038

View file

@ -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<int\|string, string>\|object.#'
- '#Unable to resolve the template type T in call to function array_values#'