Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 6, 2020
1 parent cca62dd commit 857c22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/core/db/DoliDB.class.php
Expand Up @@ -29,7 +29,7 @@
*/
abstract class DoliDB implements Database
{
/** @var bool|resource Database handler */
/** @var bool|resource|SQLite3 Database handler */
public $db;
/** @var string Database type */
public $type;
Expand Down

0 comments on commit 857c22c

Please sign in to comment.