Skip to content

Commit 0e7f779

Browse files
authored
Fixed docblock
1 parent 7cd36de commit 0e7f779

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@ protected function _getResource()
498498
}
499499

500500
/**
501-
* Get a list of custom attribute codes that belongs to product attribute set.
501+
* Get a list of custom attribute codes that belongs to product attribute set
502+
*
502503
* If attribute set not specified for product will return all product attribute codes.
503504
*
504505
* @return string[]
@@ -662,7 +663,8 @@ public function getStatus()
662663
}
663664

664665
/**
665-
* Retrieve type instance of the product.
666+
* Retrieve type instance of the product
667+
*
666668
* Type instance implements product type depended logic and is a singleton shared by all products of the same type.
667669
*
668670
* @return \Magento\Catalog\Model\Product\Type\AbstractType
@@ -2217,7 +2219,8 @@ public function getPreconfiguredValues()
22172219
}
22182220

22192221
/**
2220-
* Prepare product custom options.
2222+
* Prepare product custom options
2223+
*
22212224
* To be sure that all product custom options does not has ID and has product instance.
22222225
*
22232226
* @return \Magento\Catalog\Model\Product

0 commit comments

Comments
 (0)