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 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 */
66namespace 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 */
You can’t perform that action at this time.
0 commit comments