File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
app/code/Magento/Catalog/Api/Data/ProductRender Expand file tree Collapse file tree 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);
9292
9393 /**
9494 * Retrieve image label
95+ *
9596 * Image label is short description of this image
9697 *
9798 * @return string
@@ -111,7 +112,7 @@ public function setLabel($label);
111112 /**
112113 * Retrieve resize width
113114 *
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
115116 *
116117 * @return float
117118 * @since 101.1.0
@@ -128,6 +129,8 @@ public function getResizedWidth();
128129 public function setResizedWidth ($ width );
129130
130131 /**
132+ * Set resized height
133+ *
131134 * @param string $height
132135 * @return void
133136 * @since 101.1.0
You can’t perform that action at this time.
0 commit comments