summaryrefslogtreecommitdiff
path: root/adodb.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'adodb.inc.php')
-rw-r--r--adodb.inc.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/adodb.inc.php b/adodb.inc.php
index 12836ed8..ad1da74c 100644
--- a/adodb.inc.php
+++ b/adodb.inc.php
@@ -460,9 +460,9 @@ if (!defined('_ADODB_LAYER')) {
var $databaseType = ''; /// RDBMS currently in use, eg. odbc, mysql, mssql
var $database = ''; /// Name of database to be used.
- /*
- * If the driver is PDO, then the dsnType is e.g. sqlsrv, otherwise empty
- */
+ /**
+ * @var string If the driver is PDO, then the dsnType is e.g. sqlsrv, otherwise empty
+ */
public $dsnType = '';
var $host = ''; /// The hostname of the database server