Skip to content

Commit c4630fd

Browse files
committed
fix cs
1 parent c49e17d commit c4630fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/StaticAnalysis/ExecutableLinesFindingVisitor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ private function getLines(NodeAbstract $node, bool $fromReturns): array
243243
$node instanceof Do_) {
244244
return [$this->getNodeStartLine($node->cond)];
245245
}
246+
246247
if ($node instanceof Catch_) {
247248
return [$this->getNodeStartLine($node->types[0])];
248249
}

0 commit comments

Comments
 (0)