forked from Wavyzz/dolibarr
Qual: Fix/initial type cannot be inferred (#30591)
* Update baseline * Add/update phpdoc typings * Fix type for AssetDepreciationOptions as is * Fix typing for Asset->depreciation_lines * $card is used in derived classes, add it back to ActionsAdherentCardCommon * Adjust code with typing/corrections for defined types * Fix typos, code update to match typing, extra typing * Add type cast for numeric operation * Phpdoc/cast adjustments detected because of new phpdoc hints
This commit is contained in:
@@ -40,6 +40,9 @@ require_once DOL_DOCUMENT_ROOT.'/hrm/class/establishment.class.php';
|
||||
*/
|
||||
class Setup extends DolibarrApi
|
||||
{
|
||||
/**
|
||||
* @var ?Translate
|
||||
*/
|
||||
private $translations = null;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user