Closed joshv2 closed 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
Thank you 🎉
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