Skip to content

Commit cb93edb

Browse files
author
Oleksii Korshenko
authored
Merge pull request #842 from magento-engcom/develop-prs
[EngCom] Public Pull Requests #4370
2 parents f42f6d2 + 1996b65 commit cb93edb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Catalog/Helper/Data.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class Data extends \Magento\Framework\App\Helper\AbstractHelper
4646
/**
4747
* Breadcrumb Path cache
4848
*
49-
* @var string
49+
* @var array
5050
*/
5151
protected $_categoryPath;
5252

@@ -267,7 +267,7 @@ public function setStoreId($store)
267267
* Return current category path or get it from current category
268268
* and creating array of categories|product paths for breadcrumbs
269269
*
270-
* @return string
270+
* @return array
271271
*/
272272
public function getBreadcrumbPath()
273273
{

0 commit comments

Comments
 (0)