summaryrefslogtreecommitdiff
path: root/types/compat/string.pp
diff options
context:
space:
mode:
Diffstat (limited to 'types/compat/string.pp')
-rw-r--r--types/compat/string.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/types/compat/string.pp b/types/compat/string.pp
index 4c36e5f..b06255d 100644
--- a/types/compat/string.pp
+++ b/types/compat/string.pp
@@ -1,2 +1,2 @@
# Emulate the is_string and validate_string functions
-type Stdlib::Compat::String = String
+type Stdlib::Compat::String = Optional[String]