Skip to content
Snippets Groups Projects

Issue #3321474: Adopt PHP 8.1-only capabilities such as constructor property promotion + drop BC layers

Merged Issue #3321474: Adopt PHP 8.1-only capabilities such as constructor property promotion + drop BC layers
Compare and
90 files
+ 275
2760
Compare changes
  • Side-by-side
  • Inline
Files
90
@@ -120,7 +120,7 @@ final class UpdateReady extends UpdateFormBase {
@@ -120,7 +120,7 @@ final class UpdateReady extends UpdateFormBase {
try {
try {
$this->updater->claim($stage_id);
$this->updater->claim($stage_id);
}
}
catch (StageOwnershipException $e) {
catch (StageOwnershipException) {
$this->messenger()->addError($this->t('Cannot continue the update because another Composer operation is currently in progress.'));
$this->messenger()->addError($this->t('Cannot continue the update because another Composer operation is currently in progress.'));
return $form;
return $form;
}
}
Loading