Skip to content

Commit 4f2b04d

Browse files
committed
Merge branch 2.1.x into 2.2.x
2 parents 83f5a26 + f171c0e commit 4f2b04d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

issue-bot/src/Console/RunCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ private function analyseHash(LoopInterface $loop, OutputInterface $output, int $
197197
];
198198
$parameters['exceptions'] = [
199199
'implicitThrows' => $options['implicitThrows'] ?? true,
200-
'reportUncheckedExceptionDeadCatch' => $options['reportUncheckedExceptionDeadCatch'] ?? false,
200+
'reportUncheckedExceptionDeadCatch' => $options['reportUncheckedExceptionDeadCatch'] ?? true,
201201
'uncheckedExceptionClasses' => $options['uncheckedExceptionClasses'] ?? [],
202202
'checkedExceptionClasses' => $options['checkedExceptionClasses'] ?? [],
203203
'check' => [

0 commit comments

Comments
 (0)