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 b7f1620 commit fbb14d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Api/WebClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ final class WebClient implements WebClientInterface

private string $parcelTemplate = 'large';

public function __construct(Client $client, string $labelType, string $parcelTemplate)
public function __construct(
Client $client,
string $labelType,
string $parcelTemplate
)
{
$this->apiClient = $client;
$this->labelType = $labelType;
Expand Down

0 comments on commit fbb14d1

Please sign in to comment.