Searched refs:obsoletes (Results 1 – 4 of 4) sorted by relevance
17 if (count($obsoletes)) {20 foreach ($obsoletes as $betterpatch) {
151 …tion attach(int $bugId, string $patch, string $name, string $developer, array $obsoletes = []): int argument155 if (!is_array($obsoletes)) {181 foreach ($obsoletes as $obsoletePatch) {
94 $obsoletes = $obsoletePatchRepository->findObsoletePatches($bug_id, $patch_name, $revision); variable
Completed in 7 milliseconds