DateTime warning under PHP 7.2
-
I just switched from PHP 5.6 to 7.2, and Date Range Filter is throwing the following warning…
Warning: Declaration of Carbon\Carbon::setTime($hour, $minute, $second = 0) should be compatible with DateTime::setTime($hour, $minute, $second = NULL, $microseconds = NULL) in /home/mysite/public_html/wp-content/plugins/date-range-filter/includes/vendor/Carbon.php on line 2127
… any chance of a fix, or a pointer?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘DateTime warning under PHP 7.2’ is closed to new replies.