Home
last modified time | relevance | path

Searched refs:findObsoletingPatches (Results 1 – 3 of 3) sorted by relevance

/web-bugs/src/Repository/
H A DObsoletePatchRepository.php27 public function findObsoletingPatches(int $bugId, string $patch, int $revision): array function in App\\Repository\\ObsoletePatchRepository
/web-bugs/www/
H A Dpatch-display.php93 $obsoletedby = $obsoletePatchRepository->findObsoletingPatches($bug_id, $patch_name, $revision);
H A Dbug.php1094 … $obsolete = $obsoletePatchRepository->findObsoletingPatches($bug_id, $name, $revisions[0][0]);

Completed in 7 milliseconds