@@ -254,8 +254,7 @@ |
||
| 254 | 254 | public function getField($type) |
| 255 | 255 | { |
| 256 | 256 | return !isset($this->fields[$type]) ? |
| 257 | - null : |
|
| 258 | - new ParamBag($this->fields[$type]); |
|
| 257 | + null : new ParamBag($this->fields[$type]); |
|
| 259 | 258 | } |
| 260 | 259 | |
| 261 | 260 | |