From b5e3212476a70cb83f4ca6d25b1a94cae57657c0 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Dadashi Date: Sun, 22 Oct 2023 07:04:30 +0330 Subject: [PATCH] phpstan: remove unneeded ignoreErrors --- phpstan.neon.dist | 2 -- 1 file changed, 2 deletions(-) diff --git a/phpstan.neon.dist b/phpstan.neon.dist index eb85c8131723..1fcd28307cf5 100644 --- a/phpstan.neon.dist +++ b/phpstan.neon.dist @@ -38,8 +38,6 @@ parameters: booleansInConditions: true disallowedConstructs: true matchingInheritedMethodNames: true - ignoreErrors: - - '#^Call to function config with Config\\.+\:\:class is discouraged\.$#' codeigniter: additionalConfigNamespaces: - CodeIgniter\Config\