ecentria / crontab-bundle

Provides a possibility to auto-setup crontab tasks required for project based on configuration file.
MIT License
2 stars 7 forks source link

Possibility to specify empty parameters. #2

Closed chernecov closed 6 years ago

chernecov commented 6 years ago
  1. Parameters is no longer optional (empty string is enough)
  2. Validation test has been added.
  3. Null returned exception is no longer possible.