From 5557b9d06c169fbd8b38f7c598e51c8c49e94739 Mon Sep 17 00:00:00 2001 From: gwharton <30697781+gwharton@users.noreply.github.com> Date: Sun, 24 Feb 2019 17:34:22 +0000 Subject: [PATCH] Reduced incorrect indentation on function declaration --- app/code/Magento/Dhl/Test/Unit/Model/CarrierTest.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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')