diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 8491a4e..b3aaabb 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,10 +6,7 @@ - - - diff --git a/src/Pecee/Http/Input/InputItem.php b/src/Pecee/Http/Input/InputItem.php index a6e0fd8..bd8667e 100644 --- a/src/Pecee/Http/Input/InputItem.php +++ b/src/Pecee/Http/Input/InputItem.php @@ -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; }