lam/phpstan.neon
2025-07-30 18:57:37 +02:00

22 lines
606 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:
- '#Variable \$helpArray might not be defined.#'
- '#Offset .SID. on array.*in isset\(\) always exists.*#'
- '#Offset .preferred_username. does not exist on.*#'
- '#Strict comparison using !== between non-empty-list.*will always evaluate to true.*#'
- '#Strict comparison using !== between non-empty-array.*will always evaluate to true.*#'