Skip to content

Commit 4ff294b

Browse files
committed
MAGETWO-74021: "Catalog Products List" widget does not displays on frontend
1 parent 8e6cae8 commit 4ff294b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Rule/Model/Condition/Sql/Builder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ protected function _joinTablesToCollection(
130130
* @param bool $isDefaultStoreUsed
131131
* @return string
132132
* @throws \Magento\Framework\Exception\LocalizedException
133-
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
133+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
134134
*/
135135
protected function _getMappedSqlCondition(AbstractCondition $condition, $value = '', $isDefaultStoreUsed = true)
136136
{

0 commit comments

Comments
 (0)