chronos icon indicating copy to clipboard operation
chronos copied to clipboard

Invalid deprecation error for Date::startOfWeek()

Open jurchiks opened this issue 1 year ago • 0 comments
trafficstars

I just updated my installation of Chronos to the latest available version for the project (PHP 7.3, so best I get is 2.4.4), and I got this nonsensical error: (new Date($anyDateHere))->addWeeks(1)->startOfWeek() throws 2.5 startOfDay() will be removed in 3.x. But this method calls startOfDay() implicitly, under the hood, users can't NOT call it.

jurchiks avatar Jun 13 '24 20:06 jurchiks