diff --git a/app/code/Magento/Dhl/Test/Unit/Model/CarrierTest.php b/app/code/Magento/Dhl/Test/Unit/Model/CarrierTest.php index 681bd089b556b..41e545412aea1 100644 --- a/app/code/Magento/Dhl/Test/Unit/Model/CarrierTest.php +++ b/app/code/Magento/Dhl/Test/Unit/Model/CarrierTest.php @@ -422,10 +422,10 @@ private function getRequest(string $origCountryId, string $destCountryId) * @return Element */ private function getExpectedRequestXml( - string $origCountryId, - string $destCountryId, - string $regionCode, - bool $dutiable + string $origCountryId, + string $destCountryId, + string $regionCode, + bool $dutiable ) { $requestXmlPath = $regionCode === "EU" ? ($dutiable ? '/_files/euregion_dutiable_shipment_request.xml' : '/_files/euregion_shipment_request.xml')