Skip to content

Commit 4e937a3

Browse files
committedNov 21, 2017
use FQCN, revert doc parameter namespace
1 parent 992b3a1 commit 4e937a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎app/code/Magento/Catalog/Block/Product/ListProduct.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ public function setCollection($collection)
270270
}
271271

272272
/**
273-
* @param array|string|integer|Element $code
273+
* @param array|string|integer|\Magento\Framework\App\Config\Element $code
274274
* @return $this
275275
*/
276276
public function addAttribute($code)
@@ -415,7 +415,7 @@ protected function getPriceRender()
415415
private function initializeProductCollection()
416416
{
417417
$layer = $this->getLayer();
418-
/* @var $layer \Magento\Catalog\Model\Layer */
418+
/* @var $layer Layer */
419419
if ($this->getShowRootCategory()) {
420420
$this->setCategoryId($this->_storeManager->getStore()->getRootCategoryId());
421421
}

0 commit comments

Comments
 (0)
Please sign in to comment.