2
0
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:
MDW
2024-08-10 23:21:46 +02:00
committed by GitHub
parent a940b54fcf
commit aa49419e8f
16 changed files with 450 additions and 75 deletions

View File

@@ -40,6 +40,9 @@ require_once DOL_DOCUMENT_ROOT.'/hrm/class/establishment.class.php';
*/
class Setup extends DolibarrApi
{
/**
* @var ?Translate
*/
private $translations = null;
/**