Skip to content

Commit 4395bb1

Browse files
committed
fix static test failure
1 parent 784cc12 commit 4395bb1

File tree

1 file changed

+3
-0
lines changed
  • app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Category/Checkboxes

1 file changed

+3
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Block/Adminhtml/Category/Checkboxes/TreeTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ public function addAttributeToSelect($arg)
185185
{
186186
return $this;
187187
}
188+
/**
189+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
190+
*/
188191
public function addAttributeToFilter($field, $cond)
189192
{
190193
$this->lastFilter = [$field, $cond];

0 commit comments

Comments
 (0)