We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f810ff commit 1d58f26Copy full SHA for 1d58f26
build/phpstan.neon
@@ -65,6 +65,7 @@ parameters:
65
- 'PHPStan\Broker\ClassAutoloadingException'
66
- 'LogicException'
67
- 'TypeError'
68
+ - 'DivisionByZeroError'
69
check:
70
missingCheckedExceptionInThrows: true
71
tooWideThrowType: true
0 commit comments