Skip to content

Commit 99ddbb7

Browse files
authored
Merge pull request #640 from voxpupuli/639
Allow empty string for setting value
2 parents a898e23 + b649ce0 commit 99ddbb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

manifests/config/setting.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#
2121
define php::config::setting (
2222
String[1] $key,
23-
Variant[Integer, String[1]] $value,
23+
Variant[Integer, String] $value,
2424
Stdlib::Absolutepath $file,
2525
) {
2626
assert_private()

0 commit comments

Comments
 (0)