Skip to content

Commit

Permalink
OP-266 - Apply ECS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonKostrubiec committed Jun 13, 2024
1 parent fbb14d1 commit 63fc29d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Api/WebClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ public function __construct(
Client $client,
string $labelType,
string $parcelTemplate
)
{
) {
$this->apiClient = $client;
$this->labelType = $labelType;
$this->parcelTemplate = $parcelTemplate;
Expand Down

0 comments on commit 63fc29d

Please sign in to comment.