The doc-type array[string]Link. could not be parsed: Expected "]" at position 2, but found "string". (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
43
*/
44
public function getLinks()
45
{
46
return $this->links;
47
}
48
49
/**
50
* @param $name string Links name, e.g: "self".
51
*
52
* @return null|Link Link object of the corresponding $name or null if the link doesn't exist.
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.