We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f489891 commit 696dccaCopy full SHA for 696dcca
SlevomatCodingStandard/Helpers/TypeHelper.php
@@ -27,7 +27,6 @@ public static function isTypeName(string $typeName): bool
27
if ($result === false) {
28
// @codeCoverageIgnoreStart
29
throw new Exception('PREG error ' . preg_last_error());
30
-
31
// @codeCoverageIgnoreEnd
32
}
33
0 commit comments