Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kukulich committed Oct 5, 2020
1 parent f489891 commit 696dcca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SlevomatCodingStandard/Helpers/TypeHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ public static function isTypeName(string $typeName): bool
if ($result === false) {
// @codeCoverageIgnoreStart
throw new Exception('PREG error ' . preg_last_error());

// @codeCoverageIgnoreEnd
}

Expand Down

0 comments on commit 696dcca

Please sign in to comment.