[BUGFIX] Add support for mixed value types in InputItem as requested by #438

This commit is contained in:
Simon Sessingø
2021-03-23 01:36:23 +01:00
parent 6686de46b9
commit 90b0747dbd
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ interface IInputItem
public function getValue();
public function setValue(string $value): self;
public function setValue($value): self;
public function __toString(): string;