We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcffe75 commit e699682Copy full SHA for e699682
1 file changed
src/TypeSystem/Type/StringType/StringType.php
@@ -30,7 +30,7 @@ final class StringType implements TypeInterface
30
31
private function __construct()
32
{
33
- }
+ } // @codeCoverageIgnore
34
35
public static function get(): self
36
0 commit comments