File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
app/code/Magento/Catalog/Model Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -498,7 +498,8 @@ protected function _getResource()
498
498
}
499
499
500
500
/**
501
- * Get a list of custom attribute codes that belongs to product attribute set.
501
+ * Get a list of custom attribute codes that belongs to product attribute set
502
+ *
502
503
* If attribute set not specified for product will return all product attribute codes.
503
504
*
504
505
* @return string[]
@@ -662,7 +663,8 @@ public function getStatus()
662
663
}
663
664
664
665
/**
665
- * Retrieve type instance of the product.
666
+ * Retrieve type instance of the product
667
+ *
666
668
* Type instance implements product type depended logic and is a singleton shared by all products of the same type.
667
669
*
668
670
* @return \Magento\Catalog\Model\Product\Type\AbstractType
@@ -2217,7 +2219,8 @@ public function getPreconfiguredValues()
2217
2219
}
2218
2220
2219
2221
/**
2220
- * Prepare product custom options.
2222
+ * Prepare product custom options
2223
+ *
2221
2224
* To be sure that all product custom options does not has ID and has product instance.
2222
2225
*
2223
2226
* @return \Magento\Catalog\Model\Product
You can’t perform that action at this time.
0 commit comments