Fix phpdoc comments

This commit is contained in:
Dmitriy Simushev 2014-07-11 11:14:42 +00:00
parent 8a79393989
commit 217ccb9e09

View File

@ -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;