File tree 1 file changed +4
-5
lines changed
app/code/Magento/Catalog/Model
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -497,13 +497,11 @@ protected function _getResource()
497
497
return parent ::_getResource ();
498
498
}
499
499
500
- //@codeCoverageIgnoreStart
501
500
/**
502
501
* Get a list of custom attribute codes that belongs to product attribute set. If attribute set not specified for
503
- * product will return all product attribute codes
502
+ * product will return all product attribute codes
504
503
*
505
504
* @return string[]
506
- * //@codeCoverageIgnoreEnd
507
505
*/
508
506
protected function getCustomAttributesCodes ()
509
507
{
@@ -665,7 +663,7 @@ public function getStatus()
665
663
666
664
/**
667
665
* Retrieve type instance of the product.
668
- * 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.
669
667
*
670
668
* @return \Magento\Catalog\Model\Product\Type\AbstractType
671
669
*/
@@ -2219,7 +2217,8 @@ public function getPreconfiguredValues()
2219
2217
}
2220
2218
2221
2219
/**
2222
- * Prepare product custom options.To be sure that all product custom options does not has ID and has product instance
2220
+ * Prepare product custom options.To be sure that all product custom options does not has ID and has product
2221
+ * instance
2223
2222
*
2224
2223
* @return \Magento\Catalog\Model\Product
2225
2224
*/
You can’t perform that action at this time.
0 commit comments