task-bundle icon indicating copy to clipboard operation
task-bundle copied to clipboard

Cannot use syntax for every X minutes/hours or whatever

Open Warxcell opened this issue 5 years ago • 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.

Warxcell avatar Mar 10 '20 15:03 Warxcell