Completed
Push — master ( 605dcd...eeb8ed )
by Nate
02:13
created
src/Transform.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -254,8 +254,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.