Skip to content

Commit e699682

Browse files
committed
TASK: Fix code coverage of StringType
1 parent dcffe75 commit e699682

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TypeSystem/Type/StringType/StringType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ final class StringType implements TypeInterface
3030

3131
private function __construct()
3232
{
33-
}
33+
} // @codeCoverageIgnore
3434

3535
public static function get(): self
3636
{

0 commit comments

Comments
 (0)