mirror of
https://github.com/Mibew/mibew.git
synced 2025-04-18 12:57:24 +03:00
Fix phpdoc comments
This commit is contained in:
parent
8a79393989
commit
217ccb9e09
@ -79,7 +79,7 @@ class Database
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Determine if connection to the database must be persistent
|
* Determine if connection to the database must be persistent
|
||||||
* @var type
|
* @var boolean
|
||||||
*/
|
*/
|
||||||
protected $usePersistentConnection = false;
|
protected $usePersistentConnection = false;
|
||||||
|
|
||||||
@ -91,7 +91,7 @@ class Database
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Id of the last query
|
* Id of the last query
|
||||||
* @var type
|
* @var string|null
|
||||||
*/
|
*/
|
||||||
protected $lastQuery = null;
|
protected $lastQuery = null;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user