Test Setup Failed
Push — master ( 4cddfe...aeddcf )
by
unknown
04:10
created
src/Oro/Bundle/ProductBundle/Form/Type/ProductUnitPrecisionType.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -57,10 +57,10 @@
 block discarded – undo
57 57
                     'unit_disabled',
58 58
                     ProductUnitSelectType::class,
59 59
                     [
60
-                       'compact' => $options['compact'],
61
-                       'disabled' => $disabled,
62
-                       'mapped' => false,
63
-                       'data' => $unitPrecision->getUnit()
60
+                        'compact' => $options['compact'],
61
+                        'disabled' => $disabled,
62
+                        'mapped' => false,
63
+                        'data' => $unitPrecision->getUnit()
64 64
                     ]
65 65
                 );
66 66
 
Please login to merge, or discard this patch.