Skip to content

Commit 7832162

Browse files
committed
Merge remote-tracking branch '38940/patch-2' into novcommpr-3
2 parents a0b4e0a + b852453 commit 7832162

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

app/code/Magento/ConfigurableProduct/Block/Product/View/Type/Configurable.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2011 Adobe
4+
* All Rights Reserved.
55
*/
66
namespace Magento\ConfigurableProduct\Block\Product\View\Type;
77

@@ -34,6 +34,7 @@ class Configurable extends \Magento\Catalog\Block\Product\View\AbstractView
3434
* Current customer
3535
*
3636
* @deprecated 100.2.0 as unused property
37+
* @see Nothing
3738
* @var CurrentCustomer
3839
*/
3940
protected $currentCustomer;
@@ -49,7 +50,7 @@ class Configurable extends \Magento\Catalog\Block\Product\View\AbstractView
4950
protected $jsonEncoder;
5051

5152
/**
52-
* @var \Magento\ConfigurableProduct\Helper\Data $imageHelper
53+
* @var \Magento\ConfigurableProduct\Helper\Data
5354
*/
5455
protected $helper;
5556

@@ -359,6 +360,7 @@ private function getTierPricesByProduct(ProductInterface $product): array
359360
* Replace ',' on '.' for js
360361
*
361362
* @deprecated 100.1.10 Will be removed in major release
363+
* @see Nothing
362364
* @param float $price
363365
* @return string
364366
*/

0 commit comments

Comments
 (0)