From 0db2b896022bee8b5914142e8c2315da8d06c5b8 Mon Sep 17 00:00:00 2001 From: PoulainMaxime Date: Thu, 16 Jan 2025 15:51:45 +0100 Subject: [PATCH] fix: linter --- classes/Adapter/BillingAdapter.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/classes/Adapter/BillingAdapter.php b/classes/Adapter/BillingAdapter.php index 2a7751fcd..18f9842c4 100644 --- a/classes/Adapter/BillingAdapter.php +++ b/classes/Adapter/BillingAdapter.php @@ -28,12 +28,12 @@ class BillingAdapter /** * @var string - **/ + **/ private $jwt; /** - * @var string $jwt - **/ + * @var string + **/ public function __construct($jwt) { $this->jwt = $jwt;