2
0
forked from Wavyzz/dolibarr

Fix typing: childtables can also be list of strings

This commit is contained in:
MDW
2024-03-18 19:35:43 +01:00
parent a46dfec5c6
commit 9730149fab

View File

@@ -786,7 +786,7 @@ abstract class CommonObject
public $extraparams = array();
/**
* @var array<string,string[]|array{parent:string,parentkey:string}> List of child tables. To test if we can delete object.
* @var string[]|array<string,string[]|array{parent:string,parentkey:string}> List of child tables. To test if we can delete object.
*/
protected $childtables = array();