Skip to content

Commit

Permalink
Remove named argument
Browse files Browse the repository at this point in the history
  • Loading branch information
firstred committed Jun 15, 2023
1 parent 36bdfbb commit a43dfbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entity/Response/ResponseShipment.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,6 @@ public function __construct(
$this->setDownPartnerLocation($DownPartnerLocation);
$this->setLabels($Labels);
$this->setWarnings($Warnings);
$this->setCodingText(CodingText: $CodingText);
$this->setCodingText($CodingText);
}
}

0 comments on commit a43dfbf

Please sign in to comment.