We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051c79c commit b3be0ccCopy full SHA for b3be0cc
tests/PHPStan/Rules/Exceptions/CatchWithUnthrownExceptionRuleTest.php
@@ -105,6 +105,10 @@ public function testRule(): void
105
'Dead catch - Exception is never thrown in the try block.',
106
398,
107
],
108
+ [
109
+ 'Dead catch - Exception is never thrown in the try block.',
110
+ 407,
111
+ ],
112
[
113
114
432,
@@ -213,6 +217,10 @@ public function testRuleWithoutReportingUncheckedException(): void
213
217
214
218
215
219
220
221
222
223
216
224
225
226
0 commit comments