lam/phpstan.neon
2025-07-18 20:08:07 +02:00

24 lines
614 B
Text

parameters:
level: 4
scanDirectories:
- lam/lib
- lam/templates
paths:
- lam/lib
- lam/templates
fileExtensions:
- php
- inc
excludePaths:
analyse:
- */3rdParty/*
analyseAndScan:
- */lists/changePassword.php
ignoreErrors:
- '#.* on an unknown class .*#'
- '#.* has invalid type .*#'
- '#Function [a-zA-Z0-9\\_-]+ not found.#'
- '#Used function [a-zA-Z0-9\\_-]+ not found.#'
- '#Variable \$helpArray might not be defined.#'
- '#Function [a-zA-Z0-9\(\)\\_-]+ has invalid return type [a-zA-Z0-9\\_-]+.#'
- '#Binary operation .* between .* and .* results in an error.#'