Qual: Exclude lessc.class.php from phpstan (#31078)

# Qual: Exclude lessc.class.php from phpstan

'lessc' is considered an external analysis and can be
excluded from analysis (>400 less phpstan notices).
This commit is contained in:
MDW 2024-09-23 00:26:10 +02:00 committed by GitHub
parent 6ce09ce68d
commit 038e1e8f05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,7 @@ parameters:
- htdocs/support/*
analyse:
- htdocs/includes/*
- htdocs/core/class/lessc.class.php
checkAlwaysTrueCheckTypeFunctionCall: false
checkAlwaysTrueInstanceof: false
checkAlwaysTrueStrictComparison: false