Try doc hint array of array of int with @var int[][]

This commit is contained in:
Laurent Destailleur 2018-02-01 10:50:50 +01:00
parent f6f57aa938
commit ed3bcf59b6

View File

@ -78,7 +78,7 @@ abstract class CommonObject
*/
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;
/**