mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-13 00:24:10 +02:00
Upgrade phpstan, phpunit (#1923)
* Upgrade phpstan, phpunit * Fix phpunit deprecation * Fix hg tests * Fix php-console tests * Fix phpunit on 8.1 * Bump phpconsole
This commit is contained in:
@@ -15,13 +15,9 @@ parameters:
|
||||
- '#zend_monitor_|ZEND_MONITOR_#'
|
||||
- '#MongoDB\\(Client|Collection)#'
|
||||
|
||||
# Cannot resolve this cleanly as different normalizers return different types but it is safe
|
||||
- message: '#Return type \(string\) of method Monolog\\Formatter\\LineFormatter::normalizeException\(\) should be compatible with return type \(array\) of method Monolog\\Formatter\\NormalizerFormatter::normalizeException\(\)#'
|
||||
paths:
|
||||
- src/Monolog/Formatter/LineFormatter.php
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user