From 7e30681b7332cb400b7c749b29885c6638a12188 Mon Sep 17 00:00:00 2001 From: Grzegorz Sadowski Date: Mon, 15 Feb 2021 10:46:40 +0100 Subject: [PATCH] Make OrderShipmentTaxesApplicator final service again --- src/TaxesApplicator/OrderShipmentTaxesApplicator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TaxesApplicator/OrderShipmentTaxesApplicator.php b/src/TaxesApplicator/OrderShipmentTaxesApplicator.php index 6e301f69..349ba034 100644 --- a/src/TaxesApplicator/OrderShipmentTaxesApplicator.php +++ b/src/TaxesApplicator/OrderShipmentTaxesApplicator.php @@ -31,7 +31,7 @@ * This class is not covered by the backward compatibility promise and it will be removed after update Sylius to 1.9. * It is a duplication of a logic from Sylius to provide proper adjustments handling. */ -class OrderShipmentTaxesApplicator implements OrderTaxesApplicatorInterface +final class OrderShipmentTaxesApplicator implements OrderTaxesApplicatorInterface { /** @var CalculatorInterface */ private $calculator;