mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 17:59:22 +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.
|
* OTServ database connection object.
|
||||||
* </p>
|
* </p>
|
||||||
*
|
*
|
||||||
* @var PDO
|
* @var OTS_DB_MySQL
|
||||||
*/
|
*/
|
||||||
private $db;
|
private $db;
|
||||||
|
|
||||||
@ -433,7 +433,7 @@ class POT
|
|||||||
*
|
*
|
||||||
* @version 0.0.4
|
* @version 0.0.4
|
||||||
* @since 0.0.4
|
* @since 0.0.4
|
||||||
* @return PDO Database connection handle.
|
* @return OTS_DB_MySQL Database connection handle.
|
||||||
*/
|
*/
|
||||||
public function getDBHandle()
|
public function getDBHandle()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user