From 855909a4383d7c1298c577da59bf81133bfaa831 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Tue, 21 Aug 2018 15:32:52 +0300 Subject: [PATCH] first argument of constructor must be an interface --- src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Client.php b/src/Client.php index 4b003a0..c9c8c66 100644 --- a/src/Client.php +++ b/src/Client.php @@ -34,7 +34,7 @@ class Client implements Interfaces\ClientInterface /** * Configuration of connection - * @var Config + * @var ConfigInterface */ private $_config;