case self::MULTI_MATCHES_FOR_SAME_CANDIDATES_FASTEST:
                            usort($matchesDriver, self::build_sorter('newDuration'));
                            $matching = new Matching();
                            $matching->setProposalOffer($proposal);
                            $matching->setProposalRequest($this->proposalRepository->find($candidateId));