Skip to content

Commit

Permalink
ENGCOM-847: Removed unnecessary protected member variables. #14041
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Idolov authored Mar 16, 2018
2 parents 34b1992 + eb70581 commit 119564c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/code/Magento/Catalog/Block/Product/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,19 @@
class Image extends \Magento\Framework\View\Element\Template
{
/**
* @deprecated Property isn't used
* @var \Magento\Catalog\Helper\Image
*/
protected $imageHelper;

/**
* @deprecated Property isn't used
* @var \Magento\Catalog\Model\Product
*/
protected $product;

/**
* @deprecated Property isn't used
* @var array
*/
protected $attributes = [];
Expand Down

0 comments on commit 119564c

Please sign in to comment.