mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
[BUGFIX] Add support for mixed value types in InputItem as requested by #438
This commit is contained in:
@@ -15,7 +15,7 @@ interface IInputItem
|
||||
|
||||
public function getValue();
|
||||
|
||||
public function setValue(string $value): self;
|
||||
public function setValue($value): self;
|
||||
|
||||
public function __toString(): string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user