File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
app/code/Magento/ConfigurableProduct/Block/Product/View/Type Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2011 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
namespace Magento \ConfigurableProduct \Block \Product \View \Type ;
7
7
@@ -34,6 +34,7 @@ class Configurable extends \Magento\Catalog\Block\Product\View\AbstractView
34
34
* Current customer
35
35
*
36
36
* @deprecated 100.2.0 as unused property
37
+ * @see Nothing
37
38
* @var CurrentCustomer
38
39
*/
39
40
protected $ currentCustomer ;
@@ -49,7 +50,7 @@ class Configurable extends \Magento\Catalog\Block\Product\View\AbstractView
49
50
protected $ jsonEncoder ;
50
51
51
52
/**
52
- * @var \Magento\ConfigurableProduct\Helper\Data $imageHelper
53
+ * @var \Magento\ConfigurableProduct\Helper\Data
53
54
*/
54
55
protected $ helper ;
55
56
@@ -359,6 +360,7 @@ private function getTierPricesByProduct(ProductInterface $product): array
359
360
* Replace ',' on '.' for js
360
361
*
361
362
* @deprecated 100.1.10 Will be removed in major release
363
+ * @see Nothing
362
364
* @param float $price
363
365
* @return string
364
366
*/
You can’t perform that action at this time.
0 commit comments