kilhage/task-bundle

Cannot use syntax for every X minutes/hours or whatever

Opened this issue · 0 comments

When I use syntax do X every Y minutes for example - PHP throws syntax error.

/**
* @Schedule("*/6", active=false)
*/

The issue is that */ means actually the end of comment.