@@ -241,7 +241,6 @@ |
||
241 | 241 | public function getField($type) |
242 | 242 | { |
243 | 243 | return !isset($this->fields[$type]) ? |
244 | - null : |
|
245 | - new ParamBag($this->fields[$type]); |
|
244 | + null : new ParamBag($this->fields[$type]); |
|
246 | 245 | } |
247 | 246 | } |