Skip to content

Commit

Permalink
Refactoring the method's description
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Oct 1, 2018
1 parent e068783 commit 7cd36de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/code/Magento/Catalog/Model/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -498,8 +498,8 @@ protected function _getResource()
}

/**
* Get a list of custom attribute codes that belongs to product attribute set. If attribute set not specified for
* product will return all product attribute codes
* Get a list of custom attribute codes that belongs to product attribute set.
* If attribute set not specified for product will return all product attribute codes.
*
* @return string[]
*/
Expand Down Expand Up @@ -663,7 +663,7 @@ public function getStatus()

/**
* Retrieve type instance of the product.
* Type instance implements product type depended logic and is a singleton shared by all products of the same type.
* Type instance implements product type depended logic and is a singleton shared by all products of the same type.
*
* @return \Magento\Catalog\Model\Product\Type\AbstractType
*/
Expand Down Expand Up @@ -2217,8 +2217,8 @@ public function getPreconfiguredValues()
}

/**
* Prepare product custom options.To be sure that all product custom options does not has ID and has product
* instance
* Prepare product custom options.
* To be sure that all product custom options does not has ID and has product instance.
*
* @return \Magento\Catalog\Model\Product
*/
Expand Down

0 comments on commit 7cd36de

Please sign in to comment.