Skip to content

Commit aa1f52f

Browse files
authored
Make consts private
1 parent db48e4c commit aa1f52f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/AdvancedPricingImportExport/Model/Import/AdvancedPricing.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ class AdvancedPricing extends \Magento\ImportExport\Model\Import\Entity\Abstract
5454
* @deprecated
5555
* @see VALIDATOR_TIER_PRICE
5656
*/
57-
const VALIDATOR_TEAR_PRICE = 'validator_tier_price';
57+
private const VALIDATOR_TEAR_PRICE = 'validator_tier_price';
5858

59-
const VALIDATOR_TIER_PRICE = 'validator_tier_price';
59+
private const VALIDATOR_TIER_PRICE = 'validator_tier_price';
6060

6161
/**
6262
* Validation failure message template definitions.

0 commit comments

Comments
 (0)