From 696dcca217d0c9da2c40d02731526c1e25b65346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20Hansl=C3=ADk?= Date: Mon, 5 Oct 2020 14:32:23 +0200 Subject: [PATCH] Cleanup --- SlevomatCodingStandard/Helpers/TypeHelper.php | 1 - 1 file changed, 1 deletion(-) diff --git a/SlevomatCodingStandard/Helpers/TypeHelper.php b/SlevomatCodingStandard/Helpers/TypeHelper.php index 035c0d73c..9666acf25 100644 --- a/SlevomatCodingStandard/Helpers/TypeHelper.php +++ b/SlevomatCodingStandard/Helpers/TypeHelper.php @@ -27,7 +27,6 @@ public static function isTypeName(string $typeName): bool if ($result === false) { // @codeCoverageIgnoreStart throw new Exception('PREG error ' . preg_last_error()); - // @codeCoverageIgnoreEnd }