mirror of
https://github.com/Mibew/mibew.git
synced 2024-11-15 08:34:11 +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
|
||||
* @var type
|
||||
* @var boolean
|
||||
*/
|
||||
protected $usePersistentConnection = false;
|
||||
|
||||
@ -91,7 +91,7 @@ class Database
|
||||
|
||||
/**
|
||||
* Id of the last query
|
||||
* @var type
|
||||
* @var string|null
|
||||
*/
|
||||
protected $lastQuery = null;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user