diff options
Diffstat (limited to 'phpstan.neon')
-rw-r--r-- | phpstan.neon | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/phpstan.neon b/phpstan.neon index f68256a..c447ba7 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -9,6 +9,9 @@ parameters: - app/fn - index.php - tests + excludes_analyse: + - app/view/* + - vendor/* exceptionRules: ignoreDescriptiveUncheckedExceptions: true # ignore some exceptions and their chlidrens |