From 2035b5ef8c61d2d4640daeb1aebcd108286a601f Mon Sep 17 00:00:00 2001 From: "S.E.M" Date: Mon, 26 Mar 2018 19:11:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B2=20=D0=B0=D0=BD=D0=BD=D0=BE=D1=82=D0=B0=D1=86=D0=B8=D1=8F?= =?UTF-8?q?=20=D0=BF=D1=80=D0=B8=D0=B2=D0=B0=D1=82=D0=BD=D0=BE=D0=B3=D0=BE?= =?UTF-8?q?=20=D1=81=D0=B2=D0=BE=D0=B9=D1=81=D1=82=D0=B0=20$client?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Client/Client.php b/Client/Client.php index e010a51..5618ab8 100644 --- a/Client/Client.php +++ b/Client/Client.php @@ -12,7 +12,7 @@ class Client implements ClientInterface private $baseUrl = 'https://sms.ru/{method}'; /** - * @var Client + * @var \GuzzleHttp\Client */ private $client;