Skip to content

Commit 13a7c75

Browse files
committed
fix issue of phpcs
1 parent 4755552 commit 13a7c75

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Catalog/Block/Rss/Category.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ public function __construct(
9494
$this->viewConfig = $viewConfig;
9595
parent::__construct($context, $data);
9696
}
97-
98-
97+
98+
/**
99+
* @return void
100+
*/
99101
protected function _construct()
100102
{
101103
$this->setCacheKey(

0 commit comments

Comments
 (0)