The doc-type QueueInterface[]; could not be parsed: Expected "|" or "end of type", but got ";" at position 16. (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.
The doc-type QueueInterface; could not be parsed: Expected "|" or "end of type", but got ";" at position 14. (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...
28
*/
29
public function getQueue($index);
30
31
/**
32
* @param JobInterface $job
33
* @param $index
34
* @return bool
35
*/
36
public function postToQueue(JobInterface $job, $index): bool;
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.