Skip to content

Commit

Permalink
Merge pull request #842 from magento-engcom/develop-prs
Browse files Browse the repository at this point in the history
[EngCom] Public Pull Requests

#4370
  • Loading branch information
Oleksii Korshenko authored Feb 15, 2017
2 parents f42f6d2 + 1996b65 commit cb93edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/code/Magento/Catalog/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper
/**
* Breadcrumb Path cache
*
* @var string
* @var array
*/
protected $_categoryPath;

Expand Down Expand Up @@ -267,7 +267,7 @@ public function setStoreId($store)
* Return current category path or get it from current category
* and creating array of categories|product paths for breadcrumbs
*
* @return string
* @return array
*/
public function getBreadcrumbPath()
{
Expand Down

0 comments on commit cb93edb

Please sign in to comment.