Skip to content

Commit 3881de1

Browse files
committed
Fix static test failures
1 parent 6b1abd6 commit 3881de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Tax/Test/Unit/Model/Sales/Total/Quote/CommonTaxCollectorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,7 @@ function (...$args) use ($parentItem, $parentMapped, $childMapped) {
12971297
}
12981298

12991299
/**
1300-
* @SuppressWarnings("ExcessiveMethodLength")
1300+
* @SuppressWarnings(PHPMD.UnusedLocalVariable)
13011301
*/
13021302
public function testConstructorFallsBackToObjectManagerForOptionalDependencies(): void
13031303
{

0 commit comments

Comments
 (0)