Qual: Fix typing hints for DoliDB (#27484)

# Qual: Fix typing hints for DoliDB

This should help the static tools for type and method checking.
This commit is contained in:
MDW
2024-01-13 15:50:02 +01:00
committed by GitHub
parent 5d68f1b0ee
commit 39769482b1
130 changed files with 147 additions and 147 deletions

View File

@@ -243,7 +243,7 @@ class MyObject extends CommonObject
/**
* Constructor
*
* @param DoliDb $db Database handler
* @param DoliDB $db Database handler
*/
public function __construct(DoliDB $db)
{
@@ -1275,7 +1275,7 @@ class MyObjectLine extends CommonObjectLine
/**
* Constructor
*
* @param DoliDb $db Database handler
* @param DoliDB $db Database handler
*/
public function __construct(DoliDB $db)
{