Skip to content

Commit

Permalink
Reduced incorrect indentation on function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
gwharton authored Feb 24, 2019
1 parent a497c95 commit 5557b9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/code/Magento/Dhl/Test/Unit/Model/CarrierTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 5557b9d

Please sign in to comment.