Skip to content

Commit 5557b9d

Browse files
authored
Reduced incorrect indentation on function declaration
1 parent a497c95 commit 5557b9d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Dhl/Test/Unit/Model/CarrierTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -422,10 +422,10 @@ private function getRequest(string $origCountryId, string $destCountryId)
422422
* @return Element
423423
*/
424424
private function getExpectedRequestXml(
425-
string $origCountryId,
426-
string $destCountryId,
427-
string $regionCode,
428-
bool $dutiable
425+
string $origCountryId,
426+
string $destCountryId,
427+
string $regionCode,
428+
bool $dutiable
429429
) {
430430
$requestXmlPath = $regionCode === "EU"
431431
? ($dutiable ? '/_files/euregion_dutiable_shipment_request.xml' : '/_files/euregion_shipment_request.xml')

0 commit comments

Comments
 (0)