Searched refs:findObsoletingPatches (Results 1 – 3 of 3) sorted by relevance
27 public function findObsoletingPatches(int $bugId, string $patch, int $revision): array function in App\\Repository\\ObsoletePatchRepository
93 $obsoletedby = $obsoletePatchRepository->findObsoletingPatches($bug_id, $patch_name, $revision);
1094 … $obsolete = $obsoletePatchRepository->findObsoletingPatches($bug_id, $name, $revisions[0][0]);
Completed in 9 milliseconds