Skip to content

Commit b958feb

Browse files
committed
fix unit test
1 parent f0d3f4c commit b958feb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PHPStan/Rules/DeadCode/UnreachableStatementRuleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ public function testMultipleUnreachable(): void
236236
$this->analyse([__DIR__ . '/data/multiple_unreachable.php'], [
237237
[
238238
'Unreachable statement - code above always terminates.',
239-
12,
239+
14,
240240
],
241241
]);
242242
}

0 commit comments

Comments
 (0)