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?
1 unresolved thread
1 unresolved thread
Compare and Show latest version
181 files
+ 2355
1202
Compare changes
  • Side-by-side
  • Inline
Files
181
@@ -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