Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 7cd36de

Browse files
committed
Refactoring the method's description
1 parent e068783 commit 7cd36de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/Catalog/Model/Product.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)