aboutsummaryrefslogtreecommitdiff
path: root/phpstan.neon
diff options
context:
space:
mode:
authorn-peugnet <n.peugnet@free.fr>2020-04-20 23:58:41 +0200
committerVincent Peugnet <33429034+vincent-peugnet@users.noreply.github.com>2020-04-21 14:56:53 +0200
commit648c9a70684bba41ec9ba4890cafdc6950a407dd (patch)
treee61bddd05f928a384de2d41938a448d6bdb6c436 /phpstan.neon
parent7c27d746253a446483182e9bcec9d565c53172c4 (diff)
downloadwcms-648c9a70684bba41ec9ba4890cafdc6950a407dd.tar.gz
wcms-648c9a70684bba41ec9ba4890cafdc6950a407dd.zip
refactor: error handling uncatched LogicException ex
Diffstat (limited to 'phpstan.neon')
-rw-r--r--phpstan.neon1
1 files changed, 1 insertions, 0 deletions
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