Skip to content

Commit 1d58f26

Browse files
committed
DivisionByZeroError is an unchecked exception
1 parent 4f810ff commit 1d58f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/phpstan.neon

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ parameters:
6565
- 'PHPStan\Broker\ClassAutoloadingException'
6666
- 'LogicException'
6767
- 'TypeError'
68+
- 'DivisionByZeroError'
6869
check:
6970
missingCheckedExceptionInThrows: true
7071
tooWideThrowType: true

0 commit comments

Comments
 (0)