cakephp / chronos

A standalone DateTime library originally based off of Carbon
http://book.cakephp.org/chronos
MIT License
1.34k stars 61 forks source link

Fix casting to string for ChronosDate and ChronosTime. #428

Closed ADmad closed 9 months ago

ADmad commented 9 months ago

Make all classes explicitly implemement Stringable as recommeneded by the PHP docs.