function HttpDownloader::markJobDone
1 call to HttpDownloader::markJobDone()
- HttpDownloader::addJob in vendor/
composer/ composer/ src/ Composer/ Util/ HttpDownloader.php - @phpstan-param Request $request
File
-
vendor/
composer/ composer/ src/ Composer/ Util/ HttpDownloader.php, line 348
Class
- HttpDownloader
- @author Jordi Boggiano <j.boggiano@seld.be> @phpstan-type Request array{url: non-empty-string, options: mixed[], copyTo: string|null} @phpstan-type Job array{id: int, status: int, request: Request, sync: bool, origin: string, resolve?: callable,…
Namespace
Composer\UtilCode
private function markJobDone() : void {
$this->runningJobs--;
}