Skip to content

Commit e068783

Browse files
committed
Fixed line exceed errors
1 parent ae2917c commit e068783

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -497,13 +497,11 @@ protected function _getResource()
497497
return parent::_getResource();
498498
}
499499

500-
//@codeCoverageIgnoreStart
501500
/**
502501
* 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
504503
*
505504
* @return string[]
506-
* //@codeCoverageIgnoreEnd
507505
*/
508506
protected function getCustomAttributesCodes()
509507
{
@@ -665,7 +663,7 @@ public function getStatus()
665663

666664
/**
667665
* 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.
669667
*
670668
* @return \Magento\Catalog\Model\Product\Type\AbstractType
671669
*/
@@ -2219,7 +2217,8 @@ public function getPreconfiguredValues()
22192217
}
22202218

22212219
/**
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
22232222
*
22242223
* @return \Magento\Catalog\Model\Product
22252224
*/

0 commit comments

Comments
 (0)