@@ -9,9 +9,9 @@ |
||
| 9 | 9 | |
| 10 | 10 | namespace Flipbox\Transform\Scope; |
| 11 | 11 | |
| 12 | -use Flipbox\Transform\Transformers\TransformerInterface; |
|
| 13 | -use Flipbox\Transform\Transform\ArrayTransform as ConfigurableTransform; |
|
| 14 | 12 | use Flipbox\Transform\ParamBag; |
| 13 | +use Flipbox\Transform\Transform\ArrayTransform as ConfigurableTransform; |
|
| 14 | +use Flipbox\Transform\Transformers\TransformerInterface; |
|
| 15 | 15 | |
| 16 | 16 | /** |
| 17 | 17 | * @author Flipbox Factory <[email protected]> |
@@ -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 | } |