Error when adding a file
PermalinkI'm trying to add a PDF file to our page, and I'm not much successful with it. The file can't be uploaded due to the error: Declaration of Carbon\Carbon::setTime($hour, $minute, $second = 0) should be compatible with DateTime::setTime($hour, $minute, $second = NULL, $microseconds = NULL). As far as I get it, it has something to do with the PHP version being updated. What do I need to do and whom to contact? The issue is pretty urgent. Thanks in advance!

Version Installed: 5.7.5.13
The file causing the error can be found at concrete/vendor/nesbot/carbon/src/Carbon/Carbon.php.
Line 671 is where the error is coming from...
public function setTime($hour, $minute, $second = NULL, $microseconds = NULL)
does fix this error.