Skip to content

Commit

Permalink
chore(reftime): add method annot for magic calls
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Dec 27, 2019
1 parent a5c179f commit 96b78d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/ReferenceTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@

namespace Ahc\Cron;

/**
* @method int minute()
* @method int hour()
* @method int monthDay()
* @method int month()
* @method int weekDay() 0 based day of week.
* @method int year()
* @method int day()
* @method int weekDay1() 1 based day of week.
* @method int numDays() Number of days in the month.
*/
class ReferenceTime
{
// The cron parts. (Donot change it)
Expand Down

0 comments on commit 96b78d1

Please sign in to comment.