brick / date-time

Date and time library for PHP
MIT License
321 stars 29 forks source link

Year::atMonth(): deprecate int argument, add support for Month enum. #95

Closed gnutix closed 3 months ago

gnutix commented 3 months ago

Fixes #94

BenMorel commented 3 months ago

@gnutix Let's handle YearMonth::of() in another PR, if you will!

gnutix commented 3 months ago

There you go : https://github.com/brick/date-time/pull/96