Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Nov 17, 2024
1 parent 2efcc1f commit 0a1ec0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Calculator.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public function calculateForSourceString(string $source): ComplexityCollection
assert($nodes !== null);

return $this->calculateForAbstractSyntaxTree($nodes);

// @codeCoverageIgnoreStart
} catch (Error $error) {
throw new RuntimeException(
Expand Down

0 comments on commit 0a1ec0a

Please sign in to comment.