forked from Wavyzz/dolibarr
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:
@@ -43,7 +43,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
|
||||
class pdf_einstein extends ModelePDFCommandes
|
||||
{
|
||||
/**
|
||||
* @var DoliDb Database handler
|
||||
* @var DoliDB Database handler
|
||||
*/
|
||||
public $db;
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@ require_once DOL_DOCUMENT_ROOT.'/core/lib/pdf.lib.php';
|
||||
class pdf_eratosthene extends ModelePDFCommandes
|
||||
{
|
||||
/**
|
||||
* @var DoliDb Database handler
|
||||
* @var DoliDB Database handler
|
||||
*/
|
||||
public $db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user