level23 / druid-client

Druid php client for executing queries and more
Other
28 stars 7 forks source link

Allow DateTimeInterface instead of DateTime #29

Closed reinder83 closed 3 years ago

reinder83 commented 3 years ago

By allowing DateTimeInterface we are not forced to give a DateTime class or a class which extends from it, by allowing DateTimeInterface you're more flexible, which is essentially the same, since DateTime and Carbon implement this interface