refactoring

This commit is contained in:
Roland Gruber 2025-07-15 16:50:47 +02:00
parent c86e146874
commit d9bced28b4
5 changed files with 37 additions and 24 deletions

View file

@ -8,7 +8,7 @@ parameters:
- lam/templates
fileExtensions:
- php
- lib
- inc
excludePaths:
analyseAndScan:
- */3rdParty/*
@ -48,3 +48,5 @@ parameters:
- '#Binary operation .* between .* and .* results in an error.#'
- '#Parameter \#. .* of (function|method) .* expects .*, mixed given.#'
- '#Cannot access property .* on mixed#'
- '#.* function lamEncrypt expects string.*#'
- '#.*class htmlHiddenInput constructor expects string, mixed given.*#'