mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
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:
@@ -28,7 +28,7 @@
|
||||
class Validate
|
||||
{
|
||||
/**
|
||||
* @var DoliDb Database handler (result of a new DoliDB)
|
||||
* @var DoliDB Database handler (result of a new DoliDB)
|
||||
*/
|
||||
public $db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user