ammit-php / ammit

Stable framework agnostic Command resolver
MIT License
3 stars 2 forks source link

Lead date resolver to return a DateTime instance #44

Closed gmorel closed 7 years ago

gmorel commented 7 years ago

Pain Point

We need to make sure a valid Date is return when no error detected. If any error is detected it will lead to an exception. So we can afford to return a temporary default DateTime object.

TODO