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 c4a686e commit a31e41bCopy full SHA for a31e41b
app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Category/Checkboxes/TreeTest.php
@@ -71,6 +71,10 @@ public function addAttributeToSelect($arg)
71
{
72
return $this;
73
}
74
+ /**
75
+ * @SuppressWarnings(PHPMD.UnusedLocalVariable)
76
+ * @SuppressWarnings(PHPMD.UnusedFormalParameter)
77
+ */
78
public function addAttributeToFilter(...$args)
79
80
$this->lastFilter = $args;
@@ -185,6 +189,10 @@ public function addAttributeToSelect($arg)
185
189
186
190
187
191
192
193
194
195
188
196
197
198
0 commit comments