Skip to content

Commit 143bd5b

Browse files
committed
#25540: Refactoring.
1 parent a070cf3 commit 143bd5b

File tree

1 file changed

+0
-20
lines changed
  • app/code/Magento/BundleImportExport/Model/Import/Product/Type

1 file changed

+0
-20
lines changed

app/code/Magento/BundleImportExport/Model/Import/Product/Type/Bundle.php

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,11 @@
2626
*/
2727
class Bundle extends \Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType
2828
{
29-
/**
30-
* phpcs:disable Magento2.Commenting.ConstantsPHPDocFormatting
31-
*/
32-
3329
/**
3430
* Delimiter before product option value.
3531
*/
3632
const BEFORE_OPTION_VALUE_DELIMITER = ';';
3733

38-
/**
39-
* Pair value separator.
40-
*/
4134
const PAIR_VALUE_SEPARATOR = '=';
4235

4336
/**
@@ -50,25 +43,12 @@ class Bundle extends \Magento\CatalogImportExport\Model\Import\Product\Type\Abst
5043
*/
5144
const VALUE_FIXED = 'fixed';
5245

53-
/**
54-
* Not fixed dynamic attribute.
55-
*/
5646
const NOT_FIXED_DYNAMIC_ATTRIBUTE = 'price_view';
5747

58-
/**
59-
* Selection price type fixed.
60-
*/
6148
const SELECTION_PRICE_TYPE_FIXED = 0;
6249

63-
/**
64-
* Selection price type percent.
65-
*/
6650
const SELECTION_PRICE_TYPE_PERCENT = 1;
6751

68-
/**
69-
* phpcs:enable Magento2.Commenting.ConstantsPHPDocFormatting
70-
*/
71-
7252
/**
7353
* Array of cached options.
7454
*

0 commit comments

Comments
 (0)