Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/code/Magento/Catalog/Controller/Category/View.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public function __construct(
/**
* Initialize requested category object
*
* @return \Magento\Catalog\Model\Category
* @return \Magento\Catalog\Model\Category|bool
*/
protected function _initCategory()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function processAttributeValue($attribute, $value);
*
* @param array $index
* @param string $separator
* @return string
* @return array

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix PHPDocs of all implementations as well.

*/
public function prepareEntityIndex($index, $separator = ' ');
}