It seems like $this->nowTimer can also be of type null; however, parameter $nowTimer of AlecRabbit\Spinner\Core\DeltaTimer::__construct() does only seem to accept AlecRabbit\Spinner\Contract\INowTimer, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
It seems like $this->startTime can also be of type null; however, parameter $startTime of AlecRabbit\Spinner\Core\DeltaTimer::__construct() does only seem to accept double, maybe add an additional type check?
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation