Skip to content

Commit

Permalink
Fixed docblock
Browse files Browse the repository at this point in the history
  • Loading branch information
slavvka authored Oct 2, 2018
1 parent 7cd36de commit 0e7f779
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/code/Magento/Catalog/Model/Product.php
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,8 @@ protected function _getResource()
}

/**
* Get a list of custom attribute codes that belongs to product attribute set.
* 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 @@ -662,7 +663,8 @@ public function getStatus()
}

/**
* Retrieve type instance of the product.
* 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.
*
* @return \Magento\Catalog\Model\Product\Type\AbstractType
Expand Down Expand Up @@ -2217,7 +2219,8 @@ public function getPreconfiguredValues()
}

/**
* Prepare product custom options.
* 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 0e7f779

Please sign in to comment.