From db03bfc914d97b80160fd66d705f60a02fb4b2ff Mon Sep 17 00:00:00 2001 From: Karel Wintersky Date: Mon, 26 Dec 2022 16:35:38 +0300 Subject: [PATCH] 1.2.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [*] фикс интерфейса --- interfaces/LongreadsInterface.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interfaces/LongreadsInterface.php b/interfaces/LongreadsInterface.php index cb73ef8..f904067 100644 --- a/interfaces/LongreadsInterface.php +++ b/interfaces/LongreadsInterface.php @@ -17,11 +17,11 @@ interface LongreadsInterface /** * Longreads constructor * - * @param PDO $pdo + * @param $pdo * @param array $options * @param LoggerInterface|null $logger */ - public function __construct(PDO $pdo, array $options = [], $logger = null); + public function __construct($pdo, array $options = [], LoggerInterface $logger = null); /** * Getter