* IDE: fixed $db variable type notation to point to the correct class

This commit is contained in:
slawkens 2018-05-29 20:44:05 +02:00
parent 4023fda5b6
commit e1ddf58119

View File

@ -324,7 +324,7 @@ class POT
* OTServ database connection object.
* </p>
*
* @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()
{