From e1ddf58119683b8eee5cfd5c342ddd8fae99a821 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 29 May 2018 20:44:05 +0200 Subject: [PATCH] * IDE: fixed $db variable type notation to point to the correct class --- system/libs/pot/OTS.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/libs/pot/OTS.php b/system/libs/pot/OTS.php index a1a9eb2e..55581411 100644 --- a/system/libs/pot/OTS.php +++ b/system/libs/pot/OTS.php @@ -324,7 +324,7 @@ class POT * OTServ database connection object. *

* - * @var PDO + * @var OTS_DB_MySQL */ private $db; @@ -433,7 +433,7 @@ class POT * * @version 0.0.4 * @since 0.0.4 - * @return PDO Database connection handle. + * @return OTS_DB_MySQL Database connection handle. */ public function getDBHandle() {