private function getMatchingRegularDayAsOffer(Matching $matching, ResultItem $item): ?array
    {
        $proposal = $matching->getProposalOffer();
        $result = $this->getFirstCarpooledRegularDay($proposal, $matching->getProposalRequest(), 'offer');
        $item->setDate($result['date']);