From bc3e507096f1defbb703d2dcf92aa872bab71321 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 10 Nov 2023 13:33:53 +0100 Subject: [PATCH] Update phpstan.neon.dist --- phpstan.neon.dist | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index 580b169cc..cb82f5955 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -14,8 +14,6 @@ parameters: ignoreErrors: - '#zend_monitor_|ZEND_MONITOR_#' - '#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 - message: '#Return type \(string\) of method Monolog\\Formatter\\LineFormatter::normalizeException\(\) should be compatible with return type \(array\) of method Monolog\\Formatter\\NormalizerFormatter::normalizeException\(\)#'