mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-12 16:14:08 +02:00
Update phpstan.neon.dist
This commit is contained in:
@@ -14,8 +14,6 @@ parameters:
|
|||||||
ignoreErrors:
|
ignoreErrors:
|
||||||
- '#zend_monitor_|ZEND_MONITOR_#'
|
- '#zend_monitor_|ZEND_MONITOR_#'
|
||||||
- '#MongoDB\\(Client|Collection)#'
|
- '#MongoDB\\(Client|Collection)#'
|
||||||
# Invalid type info on Redis multi
|
|
||||||
- '#^Cannot call method ltrim\(\) on int\|false.$#'
|
|
||||||
|
|
||||||
# Cannot resolve this cleanly as different normalizers return different types but it is safe
|
# 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\(\)#'
|
- message: '#Return type \(string\) of method Monolog\\Formatter\\LineFormatter::normalizeException\(\) should be compatible with return type \(array\) of method Monolog\\Formatter\\NormalizerFormatter::normalizeException\(\)#'
|
||||||
|
Reference in New Issue
Block a user