| @@ -282,8 +282,7 @@ | ||
| 282 | 282 | public function getField($type) | 
| 283 | 283 |      { | 
| 284 | 284 | return !isset($this->fields[$type]) ? | 
| 285 | - null : | |
| 286 | - new ParamBag($this->fields[$type]); | |
| 285 | + null : new ParamBag($this->fields[$type]); | |
| 287 | 286 | } | 
| 288 | 287 | |
| 289 | 288 | /** |