2025-07-15 08:50:42 +00:00

21 lines
597 B
Plaintext

includes:
- .phpstan.dist.baseline.neon
- phar://phpstan.phar/conf/bleedingEdge.neon
parameters:
phpVersion:
min: 70100
max: 80399
paths:
- library
excludePaths:
- library/Zend/Db/Statement.php
- library/Zend/Service/WindowsAzure/Log/Writer/WindowsAzure.php
- library/Zend/Soap/Client/Common.php
- library/Zend/Stdlib/SplPriorityQueue.php
- library/Zend/Test/
level: 5
tmpDir: .phpstan.cache
checkFunctionNameCase: true
checkInternalClassCaseSensitivity: true
treatPhpDocTypesAsCertain: false