mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
Optimized InputHandler to better support nested values.
This commit is contained in:
@@ -13,7 +13,7 @@ interface IInputItem
|
||||
|
||||
public function setName(string $name): self;
|
||||
|
||||
public function getValue(): ?string;
|
||||
public function getValue();
|
||||
|
||||
public function setValue(string $value): self;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user