mtdowling / cron-expression

CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due
http://mtdowling.com/blog/2012/06/03/cron-expressions-in-php/
MIT License
4.89k stars 339 forks source link

add __toString magic method to CronExpression #17

Closed clippit closed 12 years ago

clippit commented 12 years ago

This is helpful when use echo or something else

mtdowling commented 12 years ago

Thanks! Can you add a test for this?

mtdowling commented 12 years ago

Thanks for the test. Can you squash this into a single commit?

git rebase -i HEAD~3

clippit commented 12 years ago

Thanks for your kindness:) I'll send another pull request