Completed
Push — master ( 28f717...47b302 )
by Nate
02:03
created
src/Transform.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -282,8 +282,7 @@
 block discarded – undo
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
     /**
Please login to merge, or discard this patch.