Skip to content

Commit 0020fc9

Browse files
author
Jeroen van Leusden
committed
Implement codacy recommendation
1 parent b07093a commit 0020fc9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/code/Magento/ProductAlert/Block/Email/AbstractEmail.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@ public function __construct(
7272
parent::__construct($context, $data);
7373
}
7474

75-
/**
76-
* Filter malicious code before insert content to email
77-
*
78-
* @param string|array $content
79-
* @return string|array
80-
*/
75+
/**
76+
* Filter malicious code before insert content to email
77+
*
78+
* @param string|array $content
79+
* @return string|array
80+
*/
8181
public function getFilteredContent($content)
8282
{
8383
return $this->_maliciousCode->filter($content);

0 commit comments

Comments
 (0)