Try doc hint array of array of int with @var int[][]
This commit is contained in:
parent
f6f57aa938
commit
ed3bcf59b6
@ -78,7 +78,7 @@ abstract class CommonObject
|
|||||||
*/
|
*/
|
||||||
public $array_options=array();
|
public $array_options=array();
|
||||||
/**
|
/**
|
||||||
* @var int[] Array of linked objects ids. Loaded by ->fetchObjectLinked
|
* @var int[][] Array of linked objects ids. Loaded by ->fetchObjectLinked
|
||||||
*/
|
*/
|
||||||
public $linkedObjectsIds;
|
public $linkedObjectsIds;
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user