Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
* Copyright 2011 Adobe
* All Rights Reserved.
*/
namespace Magento\ConfigurableProduct\Block\Product\View\Type;

Expand Down Expand Up @@ -34,6 +34,7 @@ class Configurable extends \Magento\Catalog\Block\Product\View\AbstractView
* Current customer
*
* @deprecated 100.2.0 as unused property
* @see Nothing
* @var CurrentCustomer
*/
protected $currentCustomer;
Expand All @@ -49,7 +50,7 @@ class Configurable extends \Magento\Catalog\Block\Product\View\AbstractView
protected $jsonEncoder;

/**
* @var \Magento\ConfigurableProduct\Helper\Data $imageHelper
* @var \Magento\ConfigurableProduct\Helper\Data
*/
protected $helper;

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