hughgrigg / php-business-time

Business time logic for PHP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BusinessTime\Interval not compatible with CarbonInterval

ryssbowh opened this issue · comments

Hi,

Getting an exception while trying to use this package :

Declaration of BusinessTime\Interval::instance(DateInterval $dateInterval, $trimMicroseconds = true): BusinessTime\Interval must be compatible with Carbon\CarbonInterval::instance(DateInterval $interval, array $skip = [], bool $skipCopy = false)

I use this package on version 3.0.0 and nesbot/carbon on 2.72.3 with php 8.2