Searched refs:obsoletePatch (Results 1 – 1 of 1) sorted by relevance
/web-bugs/src/Utils/ |
H A D | PatchTracker.php | 181 foreach ($obsoletes as $obsoletePatch) { 183 if (!$obsoletePatch) { 187 $obsoletePatch = explode('#', $obsoletePatch); 189 if (count($obsoletePatch) != 2) { 193 … if (file_exists($this->getPatchFullpath($bugId, $obsoletePatch[0], $obsoletePatch[1]))) { 194 $newObsoletes[] = $obsoletePatch; 199 $this->obsoletePatch($bugId, $name, $revision, $obsolete[0], $obsolete[1]); 233 …private function obsoletePatch(int $bugId, string $name, int $revision, string $obsoleteName, int … function in App\\Utils\\PatchTracker
|
Completed in 3 milliseconds