We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 992b3a1 commit 4e937a3Copy full SHA for 4e937a3
app/code/Magento/Catalog/Block/Product/ListProduct.php
@@ -270,7 +270,7 @@ public function setCollection($collection)
270
}
271
272
/**
273
- * @param array|string|integer|Element $code
+ * @param array|string|integer|\Magento\Framework\App\Config\Element $code
274
* @return $this
275
*/
276
public function addAttribute($code)
@@ -415,7 +415,7 @@ protected function getPriceRender()
415
private function initializeProductCollection()
416
{
417
$layer = $this->getLayer();
418
- /* @var $layer \Magento\Catalog\Model\Layer */
+ /* @var $layer Layer */
419
if ($this->getShowRootCategory()) {
420
$this->setCategoryId($this->_storeManager->getStore()->getRootCategoryId());
421
0 commit comments