We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600881e commit 861cc2aCopy full SHA for 861cc2a
app/code/Magento/Catalog/Block/Product/Image.php
@@ -20,20 +20,23 @@
20
class Image extends \Magento\Framework\View\Element\Template
21
{
22
/**
23
- * @deprecated since version 2.2-develop
+ * @deprecated Property isn't used
24
+ * @var \Magento\Catalog\Helper\Image
25
*/
26
protected $imageHelper;
-
27
+
28
29
30
+ * @var \Magento\Catalog\Model\Product
31
32
protected $product;
33
34
35
36
+ * @var array
37
38
protected $attributes = [];
39
40
41
* @param \Magento\Framework\View\Element\Template\Context $context
42
* @param array $data
0 commit comments