@@ -66,6 +66,6 @@ |
||
66 | 66 | { |
67 | 67 | $type = isset($this->definition[$name][1]) ? $this->definition[$name][1] : null; |
68 | 68 | |
69 | - return $this->types ? $this->types->verifyInput($value, $type) : $value; |
|
69 | + return $this->types ? $this->types->verifyInput($value, $type) : $value; |
|
70 | 70 | } |
71 | 71 | } |