File tree 1 file changed +4
-1
lines changed
app/code/Magento/Catalog/Api/Data/ProductRender
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ public function setWidth($width);
92
92
93
93
/**
94
94
* Retrieve image label
95
+ *
95
96
* Image label is short description of this image
96
97
*
97
98
* @return string
@@ -111,7 +112,7 @@ public function setLabel($label);
111
112
/**
112
113
* Retrieve resize width
113
114
*
114
- * This width is image dimension, which represents the width, that can be used for perfomance improvements
115
+ * This width is image dimension, which represents the width, that can be used for performance improvements
115
116
*
116
117
* @return float
117
118
* @since 101.1.0
@@ -128,6 +129,8 @@ public function getResizedWidth();
128
129
public function setResizedWidth ($ width );
129
130
130
131
/**
132
+ * Set resized height
133
+ *
131
134
* @param string $height
132
135
* @return void
133
136
* @since 101.1.0
You can’t perform that action at this time.
0 commit comments