Carbon vs Datetime compatibility issue with PHP 7.1 (Workaround ?)

Permalink
Hello,

I was trying to add an image to my file manager when I ran into the following known issue (please see screenshot).

I am using Concrete core version 5.7.5.13 and PHP 7.1.32.

Does anyone know a workaround to solve this issue ?

Thank you for your time.

KB

1 Attachment

 
Kami123 replied on at Permalink Reply
Declaration of Carbon\Carbon::setTime($hour, $minute, $second = 0) should be compatible with DateTime::setTime($hour, $minute, $second = NULL, $microseconds = NULL)