From 5c4413a97c2b443f54cb2d09aad7b8955d6b9aa3 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Wed, 21 Sep 2016 12:56:43 +0300 Subject: [PATCH] fix controller --- lib/RetailCrm/ApiClient.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/RetailCrm/ApiClient.php b/lib/RetailCrm/ApiClient.php index f8cfbe3..8aa0eb6 100644 --- a/lib/RetailCrm/ApiClient.php +++ b/lib/RetailCrm/ApiClient.php @@ -48,8 +48,6 @@ class ApiClient * @param string $site site code * * @throws \InvalidArgumentException - * - * @return mixed */ public function __construct($url, $apiKey, $site = null) { @@ -61,8 +59,6 @@ class ApiClient $this->client = new Client($url, array('apiKey' => $apiKey)); $this->siteCode = $site; - - return $this->client; } /**