2
0
forked from Wavyzz/dolibarr

fix (qodana) Return value type is not compatible with declared

This commit is contained in:
FLIO
2023-01-24 23:11:28 +01:00
parent c4521efa57
commit 02f4f47083
7 changed files with 9 additions and 9 deletions

View File

@@ -316,7 +316,7 @@ class DoliDBSqlite3 extends DoliDB
* @param string $passwd password
* @param string $name name of database (not used for mysql, used for pgsql)
* @param integer $port Port of database server
* @return SQLite3 Database access handler
* @return SQLite3|string Database access handler
* @see close()
*/
public function connect($host, $login, $passwd, $name, $port = 0)