*/ public $params = []; /** * Whether or not the function is deprecated * @var boolean */ public $deprecated = false; /** * Whether or not the function uses get_args * * @var boolean */ public $variadic = false; /** * @var array */ public $suppress = []; /** @var int */ public $return_type_line_number; /** * @var array> */ public $template_types = []; /** * @var array */ public $template_typeofs = []; }