File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
app/code/Magento/Catalog/Model Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -498,8 +498,8 @@ protected function _getResource()
498498 }
499499
500500 /**
501- * Get a list of custom attribute codes that belongs to product attribute set. If attribute set not specified for
502- * product will return all product attribute codes
501+ * Get a list of custom attribute codes that belongs to product attribute set.
502+ * If attribute set not specified for product will return all product attribute codes.
503503 *
504504 * @return string[]
505505 */
@@ -663,7 +663,7 @@ public function getStatus()
663663
664664 /**
665665 * Retrieve type instance of the product.
666- * Type instance implements product type depended logic and is a singleton shared by all products of the same type.
666+ * Type instance implements product type depended logic and is a singleton shared by all products of the same type.
667667 *
668668 * @return \Magento\Catalog\Model\Product\Type\AbstractType
669669 */
@@ -2217,8 +2217,8 @@ public function getPreconfiguredValues()
22172217 }
22182218
22192219 /**
2220- * Prepare product custom options.To be sure that all product custom options does not has ID and has product
2221- * instance
2220+ * Prepare product custom options.
2221+ * To be sure that all product custom options does not has ID and has product instance.
22222222 *
22232223 * @return \Magento\Catalog\Model\Product
22242224 */
You can’t perform that action at this time.
0 commit comments