mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
* IDE: fixed $db variable type notation to point to the correct class
This commit is contained in:
parent
4023fda5b6
commit
e1ddf58119
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user