Passed
Push — master ( 50a671...528684 )
by y
02:25
created
src/Task/FieldValues.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -198,8 +198,7 @@
 block discarded – undo
198 198
         $type = $this->data[$i]['type'];
199 199
         if ($type === CustomField::TYPE_ENUM) {
200 200
             $this->data[$i]['enum_value']['gid'] = $value;
201
-        }
202
-        else {
201
+        } else {
203 202
             $this->data["{$type}_value"] = $value;
204 203
         }
205 204
         $this->diff[$i] = true;
Please login to merge, or discard this patch.