Skip to content

Commit 96b78d1

Browse files
committed
chore(reftime): add method annot for magic calls
1 parent a5c179f commit 96b78d1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/ReferenceTime.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@
1313

1414
namespace Ahc\Cron;
1515

16+
/**
17+
* @method int minute()
18+
* @method int hour()
19+
* @method int monthDay()
20+
* @method int month()
21+
* @method int weekDay() 0 based day of week.
22+
* @method int year()
23+
* @method int day()
24+
* @method int weekDay1() 1 based day of week.
25+
* @method int numDays() Number of days in the month.
26+
*/
1627
class ReferenceTime
1728
{
1829
// The cron parts. (Donot change it)

0 commit comments

Comments
 (0)