We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d44665b commit ccb1b2fCopy full SHA for ccb1b2f
app/code/Magento/Directory/Model/PriceCurrency.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2014 Adobe.
+ * All rights reserved.
5
*/
6
namespace Magento\Directory\Model;
7
@@ -15,7 +15,7 @@
15
16
class PriceCurrency implements \Magento\Framework\Pricing\PriceCurrencyInterface
17
{
18
- const PRECISION_TO_FIX_PENNY_ROUNDING_ERROR = 3;
+ private const PRECISION_TO_FIX_PENNY_ROUNDING_ERROR = 3;
19
20
21
* @var \Magento\Store\Model\StoreManagerInterface
0 commit comments