forked from Wavyzz/dolibarr
Fix typing: childtables can also be list of strings
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user