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 4d435bc commit 98f2c43Copy full SHA for 98f2c43
app/code/Magento/Tax/Test/Unit/Model/Calculation/UnitBaseCalculatorTest.php
@@ -71,7 +71,8 @@ public function setUp()
71
$this->mockCalculationTool->expects($this->any())
72
->method('round')
73
->withAnyParameters()
74
- ->willReturnCallback(function ($price) {
+ ->willReturnCallback(
75
+ function ($price) {
76
return round($price, 2);
77
}
78
);
0 commit comments