Searched refs:findObsoletePatches (Results 1 – 2 of 2) sorted by relevance
43 public function findObsoletePatches(int $bugId, string $patch, int $revision): array function in App\\Repository\\ObsoletePatchRepository
94 $obsoletes = $obsoletePatchRepository->findObsoletePatches($bug_id, $patch_name, $revision);
Completed in 8 milliseconds