Skip to content
Snippets Groups Projects

Issue #3248975: Normalize the verbiage of "stage" vs. "staging area"

Files
59
@@ -230,7 +230,7 @@ final class UpdateReady extends UpdateFormBase {
@@ -230,7 +230,7 @@ final class UpdateReady extends UpdateFormBase {
* A render array displaying packages that will be updated.
* A render array displaying packages that will be updated.
*/
*/
private function showUpdates(): array {
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();
$active = $this->updater->getActiveComposer();
$staged = $this->updater->getStageComposer();
$staged = $this->updater->getStageComposer();
$updated_packages = $staged->getPackagesWithDifferentVersionsIn($active);
$updated_packages = $staged->getPackagesWithDifferentVersionsIn($active);
Loading