🎨 add phpDoc

This commit is contained in:
Eric
2021-06-28 13:58:12 +02:00
parent 250d95c3eb
commit 4d80235d89

View File

@@ -68,6 +68,7 @@ class CMDBSource
/** @var mysqli $m_oMysqli */
protected static $m_oMysqli;
/** @var mysqli or mock used for test purpose, only used in query() method */
protected static $oMySQLiForQuery;
/**