diff --git a/src/String/Base/StringValueBase.php b/src/String/Base/StringValueBase.php index b659d47..fd7f179 100644 --- a/src/String/Base/StringValueBase.php +++ b/src/String/Base/StringValueBase.php @@ -18,7 +18,7 @@ */ abstract readonly class StringValueBase implements IValueObject, Stringable, IStringValueFactory { - final protected const int MIN_LENGTH = 1; + final protected const int MIN_LENGTH = 0; final protected const int MAX_LENGTH = 4194303; final protected const string REGEX = '/^.*$/u';