mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-08-18 08:08:17 +02:00
21 lines
597 B
Plaintext
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
|