tplaner / When

PHP Date Recursion library

Home Page:https://github.com/tplaner/When

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`$startDate` and `$endDate` could be accepted as `instanceof \DateTimeImmutable`

boryn opened this issue · comments

IMHO $startDate and $endDate could/should be accepted as well as the instances of DateTimeImmutable.

PS. Very easy to implement at dateTimeObject() but was not sure about occursOn() and that's why I have not prepared the PR.

Take a look at the last commit: 84d280a