Skip to content

Commit

Permalink
Remove FQCN
Browse files Browse the repository at this point in the history
Remove FQCN
  • Loading branch information
mariuscris authored Oct 24, 2017
1 parent 2adefdf commit cbda7b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/code/Magento/Catalog/Block/Product/ListProduct.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,29 @@ class ListProduct extends AbstractProduct implements IdentityInterface
/**
* Product Collection
*
* @var \Magento\Eav\Model\Entity\Collection\AbstractCollection
* @var AbstractCollection
*/
protected $_productCollection;

/**
* Catalog layer
*
* @var \Magento\Catalog\Model\Layer
* @var Layer
*/
protected $_catalogLayer;

/**
* @var \Magento\Framework\Data\Helper\PostHelper
* @var PostHelper
*/
protected $_postDataHelper;

/**
* @var \Magento\Framework\Url\Helper\Data
* @var Data
*/
protected $urlHelper;

/**
* @var \Magento\Catalog\Api\CategoryRepositoryInterface
* @var CategoryRepositoryInterface
*/
protected $categoryRepository;

Expand Down Expand Up @@ -151,7 +151,7 @@ public function getMode()
/**
* Get listing mode for products if toolbar is removed from layout.
* Use the general configuration for product list mode from config path catalog/frontend/list_mode as default value
// or mode data from block declaration from layout.
* or mode data from block declaration from layout.
*
* @return string
*/
Expand Down

0 comments on commit cbda7b8

Please sign in to comment.