Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberroland committed Sep 26, 2024
1 parent 00403c4 commit 0b13f2b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ parameters:
paths:
- lam/lib
- lam/templates
fileExtensions:
- php
excludePaths:
analyseAndScan:
- */3rdParty/*
Expand Down Expand Up @@ -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#'

0 comments on commit 0b13f2b

Please sign in to comment.