From df18a21b15468f778b5ddf98552c469e3c340079 Mon Sep 17 00:00:00 2001 From: Jochen Manz Date: Sun, 17 Sep 2017 14:10:44 +0200 Subject: [PATCH] phpcs --- Adapter/PlentymarketsAdapter/Client/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adapter/PlentymarketsAdapter/Client/Client.php b/Adapter/PlentymarketsAdapter/Client/Client.php index 593f9fef9..ee9a00dd4 100644 --- a/Adapter/PlentymarketsAdapter/Client/Client.php +++ b/Adapter/PlentymarketsAdapter/Client/Client.php @@ -43,7 +43,7 @@ class Client implements ClientInterface /** * Client constructor. * - * @param GuzzleClientInterface $connection + * @param GuzzleClientInterface $connection * @param ConfigServiceInterface $config */ public function __construct(