We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43d0689 commit 9edea31Copy full SHA for 9edea31
2 files changed
phpstan.neon.dist
@@ -3,6 +3,12 @@ parameters:
3
implicitThrows: false
4
paths:
5
- src
6
+ exceptions:
7
+ check:
8
+ missingCheckedExceptionInThrows: true
9
+ tooWideThrowType: true
10
+ uncheckedExceptionClasses:
11
+ - LogicException
12
exceptionRules:
13
reportUnusedCatchesOfUncheckedExceptions: true
14
uncheckedExceptions:
phpstan.tests.neon.dist
@@ -3,6 +3,9 @@ parameters:
- tests
includes:
- vendor/phpstan/phpstan-strict-rules/rules.neon
0 commit comments