Inspector cleanup
This commit is contained in:
@@ -195,7 +195,7 @@ class Pluf_DB_MySQL
|
||||
|
||||
function __toString()
|
||||
{
|
||||
return '<Pluf_DB_MySQL('.$this->con_id.')>';
|
||||
return '<Pluf_DB_MySQL('.$this->con_id->info.')>';
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -163,7 +163,8 @@ class Pluf_DB_SQLite
|
||||
|
||||
function __toString()
|
||||
{
|
||||
return '<Pluf_DB_SQLite('.$this->con_id.')>';
|
||||
// According to PHPStorm \PDO does not define __toString
|
||||
return '<Pluf_DB_SQLite()>';
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user