Passed
Pull Request — master (#16)
by
unknown
02:04
created
src/Common/Utils/V1/ArrayToRequestConditionConverter.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -108,7 +108,7 @@
 block discarded – undo
108 108
                 $formData->setFieldCondition(
109 109
                     new FormFieldName($formFieldName),
110 110
                     $this->convertFormFieldCondition($condition)
111
-                 );
111
+                    );
112 112
             }
113 113
 
114 114
             return $formData->iterator();
Please login to merge, or discard this patch.