mirror of
https://github.com/Seldaek/monolog.git
synced 2025-07-31 18:30:15 +02:00
* Upgrade phpstan, phpunit * Fix phpunit deprecation * Fix hg tests * Fix php-console tests * Fix phpunit on 8.1 * Bump phpconsole
24 lines
568 B
Plaintext
24 lines
568 B
Plaintext
parameters:
|
|
level: 8
|
|
|
|
treatPhpDocTypesAsCertain: false
|
|
reportUnmatchedIgnoredErrors: true
|
|
|
|
paths:
|
|
- src/
|
|
# - tests/
|
|
|
|
excludePaths:
|
|
- 'src/Monolog/Handler/PHPConsoleHandler.php'
|
|
|
|
ignoreErrors:
|
|
- '#zend_monitor_|ZEND_MONITOR_#'
|
|
- '#MongoDB\\(Client|Collection)#'
|
|
|
|
includes:
|
|
- phpstan-baseline.neon
|
|
- phpstan-ignore-by-php-version.neon.php
|
|
- phar://phpstan.phar/conf/bleedingEdge.neon
|
|
- vendor/phpstan/phpstan-strict-rules/rules.neon
|
|
- vendor/phpstan/phpstan-deprecation-rules/rules.neon
|