Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUGFIX: */X are not possible in annotations
To use */2 in php annotations you have to escape the slash with *\/2. The php function needs to revert the backslash again to have the clean string for the cron command.
- Loading branch information