We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adeb9ab commit 8e6cae8Copy full SHA for 8e6cae8
app/code/Magento/Rule/Model/Condition/Sql/Builder.php
@@ -130,6 +130,7 @@ protected function _joinTablesToCollection(
130
* @param bool $isDefaultStoreUsed
131
* @return string
132
* @throws \Magento\Framework\Exception\LocalizedException
133
+ * @SuppressWarnings(PHPMD.UnusedLocalVariable)
134
*/
135
protected function _getMappedSqlCondition(AbstractCondition $condition, $value = '', $isDefaultStoreUsed = true)
136
{
0 commit comments