瀏覽代碼

Update phpstan.neon.dist

Jordi Boggiano 2 年之前
父節點
當前提交
bc3e507096
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      phpstan.neon.dist

+ 0 - 2
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\(\)#'