Skip to content

Commit f583ce2

Browse files
author
silinmykola
committed
fixes after a CR
1 parent d8e7a20 commit f583ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/Model/Rss/Wishlist.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function getRssData()
163163
}
164164
$description .= '</p>';
165165

166-
if (is_string($product->getDescription()) && trim($product->getDescription()) != '') {
166+
if (is_string($product->getDescription()) && trim($product->getDescription()) !== '') {
167167
$description .= '<p>' . __('Comment:') . ' '
168168
. $this->outputHelper->productAttribute(
169169
$product,

0 commit comments

Comments
 (0)