Skip to content

Commit 51dd928

Browse files
committed
tooWideThrowType is true by default
1 parent 42afbe6 commit 51dd928

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

issue-bot/src/Console/RunCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ private function analyseHash(LoopInterface $loop, OutputInterface $output, int $
202202
'checkedExceptionClasses' => $options['checkedExceptionClasses'] ?? [],
203203
'check' => [
204204
'missingCheckedExceptionInThrows' => $options['missingCheckedExceptionInThrows'] ?? false,
205-
'tooWideThrowType' => $options['tooWideThrowType'] ?? false,
206205
'tooWideImplicitThrowType' => $options['tooWideImplicitThrowType'] ?? false,
207206
],
208207
];

0 commit comments

Comments
 (0)