mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-03 00:06:49 +01:00
* IDE: fixed $db variable type notation to point to the correct class
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user