cakephp / docs

CakePHP CookBook
http://book.cakephp.org
Other
679 stars 2.58k forks source link

Update time.rst #7890

Closed joshv2 closed 4 months ago

joshv2 commented 4 months ago

The function as it appears in the code in 5.x branch is that the third argument needs to be a string or false, not null.

https://github.com/cakephp/cakephp/blob/f0b88ba6cc42e319fd012a32e96af7b3826fefdc/src/View/Helper/TimeHelper.php#L405

markstory commented 4 months ago

Thank you 🎉