The doc-type array<string, could not be parsed: Expected ">" at position 5, but found "end of type". (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...
24
*/
25
public function getAllEventActions();
26
27
/**
28
* @param string $event
29
* @param bool $supportedOnly
30
*
31
* @return ActionAbstract[]
32
*/
33
public function getActionsForEvent($event, $supportedOnly = true);
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.