From 648c9a70684bba41ec9ba4890cafdc6950a407dd Mon Sep 17 00:00:00 2001 From: n-peugnet Date: Mon, 20 Apr 2020 23:58:41 +0200 Subject: refactor: error handling uncatched LogicException ex --- phpstan.neon | 1 + 1 file changed, 1 insertion(+) (limited to 'phpstan.neon') diff --git a/phpstan.neon b/phpstan.neon index 1aa3f10..f68256a 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -10,6 +10,7 @@ parameters: - index.php - tests exceptionRules: + ignoreDescriptiveUncheckedExceptions: true # ignore some exceptions and their chlidrens uncheckedExceptions: - Error -- cgit v1.2.3