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...
33
*/
34
public function supports($entity): bool;
35
36
/**
37
* Composes the link for a given entity.
38
*
39
* @param mixed $entity The entity to link
40
* @return \Minotaur\Tags\Node The node for the entity's link
41
* @throws \InvalidArgumentException if the entity isn't supported
42
*/
43
public function compose($entity): \Minotaur\Tags\Node;
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.