Skip to content

Commit 2f34e98

Browse files
committed
Fix static test failure
1 parent 4395bb1 commit 2f34e98

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ public function addAttributeToSelect($arg)
186186
return $this;
187187
}
188188
/**
189-
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
189+
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
190190
*/
191191
public function addAttributeToFilter($field, $cond)
192192
{

0 commit comments

Comments
 (0)