Skip to content

Commit 3f3e3c6

Browse files
committed
Merge branch 'MAGETWO-82242' into MPI-PR-2.1-develop
2 parents ce7250a + a78ea8e commit 3f3e3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/SalesRule/Model/DeltaPriceRound.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function resetAll()
6868
* @param string $type
6969
* @return void
7070
*/
71-
public function reset(string $type)
71+
public function reset($type)
7272
{
7373
if (isset($this->roundingDeltas[$type])) {
7474
unset($this->roundingDeltas[$type]);

0 commit comments

Comments
 (0)