From 63fc29dc68b0f892cf6905c7f326ae5ac269d302 Mon Sep 17 00:00:00 2001 From: Szymon Kostrubiec Date: Thu, 13 Jun 2024 10:07:05 +0200 Subject: [PATCH] OP-266 - Apply ECS fixes --- src/Api/WebClient.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Api/WebClient.php b/src/Api/WebClient.php index a6c758d..e16f512 100644 --- a/src/Api/WebClient.php +++ b/src/Api/WebClient.php @@ -43,8 +43,7 @@ public function __construct( Client $client, string $labelType, string $parcelTemplate - ) - { + ) { $this->apiClient = $client; $this->labelType = $labelType; $this->parcelTemplate = $parcelTemplate;