diff --git a/src/Calculator.php b/src/Calculator.php index 66af339..546cbd7 100644 --- a/src/Calculator.php +++ b/src/Calculator.php @@ -51,7 +51,6 @@ public function calculateForSourceString(string $source): ComplexityCollection assert($nodes !== null); return $this->calculateForAbstractSyntaxTree($nodes); - // @codeCoverageIgnoreStart } catch (Error $error) { throw new RuntimeException(