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.
When I use syntax do X every Y minutes for example - PHP throws syntax error.
The issue is that */ means actually the end of comment.