Completed
Push — master ( 0ed089...500060 )
by Nate
02:49
created
src/Transform/ArrayTransform.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -241,7 +241,6 @@
 block discarded – undo
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
 }
Please login to merge, or discard this patch.