This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree 1 file changed +5
-5
lines changed
app/code/Magento/Catalog/Model
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -498,8 +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. 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.
503
503
*
504
504
* @return string[]
505
505
*/
@@ -663,7 +663,7 @@ public function getStatus()
663
663
664
664
/**
665
665
* 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.
667
667
*
668
668
* @return \Magento\Catalog\Model\Product\Type\AbstractType
669
669
*/
@@ -2217,8 +2217,8 @@ public function getPreconfiguredValues()
2217
2217
}
2218
2218
2219
2219
/**
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.
2222
2222
*
2223
2223
* @return \Magento\Catalog\Model\Product
2224
2224
*/
You can’t perform that action at this time.
0 commit comments