Skip to content
Snippets Groups Projects

Issue #3321684: Should most validators that subscribe to PreCreate check readiness to update also subscribe to PreApply?

Merged Issue #3321684: Should most validators that subscribe to PreCreate check readiness to update also subscribe to PreApply?
Compare and Show latest version
134 files
+ 2155
1188
Compare changes
  • Side-by-side
  • Inline
Files
134
@@ -230,7 +230,7 @@ final class UpdateReady extends UpdateFormBase {
* A render array displaying packages that will be updated.
*/
private function showUpdates(): array {
// Get packages that were updated in the staging area.
// Get packages that were updated in the stage directory.
$active = $this->updater->getActiveComposer();
$staged = $this->updater->getStageComposer();
$updated_packages = $staged->getPackagesWithDifferentVersionsIn($active);
Loading