function VcsDownloader::reapplyChanges
Reapply previously stashes changes if applicable, only called after an update (regardless if successful or not)
Throws
\RuntimeException in case the operation must be aborted or the patch does not apply cleanly
1 call to VcsDownloader::reapplyChanges()
- VcsDownloader::cleanup in vendor/
composer/ composer/ src/ Composer/ Downloader/ VcsDownloader.php - @inheritDoc
1 method overrides VcsDownloader::reapplyChanges()
- GitDownloader::reapplyChanges in vendor/
composer/ composer/ src/ Composer/ Downloader/ GitDownloader.php - @inheritDoc
File
-
vendor/
composer/ composer/ src/ Composer/ Downloader/ VcsDownloader.php, line 279
Class
- VcsDownloader
- @author Jordi Boggiano <j.boggiano@seld.be>
Namespace
Composer\DownloaderCode
protected function reapplyChanges(string $path) : void {
}