Skip to content

Commit 26bff4f

Browse files
committed
static-test fix
1 parent 029acac commit 26bff4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
use function preg_match;
2121
use function strtolower;
2222

23+
/**
24+
* Html output
25+
*/
2326
class Output extends AbstractHelper
2427
{
2528
/**
@@ -86,6 +89,8 @@ public function __construct(
8689
}
8790

8891
/**
92+
* Return template processor
93+
*
8994
* @return Template
9095
*/
9196
protected function _getTemplateProcessor()

0 commit comments

Comments
 (0)