mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
Fixed existing unit-tests.
This commit is contained in:
@@ -60,15 +60,6 @@ class InputItem implements IInputItem, \IteratorAggregate
|
||||
*/
|
||||
public function getValue()
|
||||
{
|
||||
/*if(is_array($this->value) === true) {
|
||||
$output = [];
|
||||
foreach($this->value as $key => $val) {
|
||||
$output[$key] = $val->getValue();
|
||||
}
|
||||
|
||||
return $output;
|
||||
}*/
|
||||
|
||||
return $this->value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user