From 3fc810221aacabeef4fb62cc17b4200e76ad6a51 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Thu, 20 Jan 2022 12:41:11 -0500 Subject: [PATCH 1/2] Dont define entity-updates --- src/Commands/LegacyCommands.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/Commands/LegacyCommands.php b/src/Commands/LegacyCommands.php index 791d83ab4a..b29e5c61e6 100644 --- a/src/Commands/LegacyCommands.php +++ b/src/Commands/LegacyCommands.php @@ -4,17 +4,6 @@ class LegacyCommands extends DrushCommands { - /** - * Drupal removed its automatic entity-updates API in 8.7. See https://www.drupal.org/node/3034742. - * - * @command entity:updates - * @aliases entup,entity-updates - * @hidden - * @obsolete - */ - public function entityUpdates(): void - { - } /** * The core:init command was removed. Please edit your .bashrc manually. From 4c136552b432411cae8579bb56f2e350e55224e8 Mon Sep 17 00:00:00 2001 From: Moshe Weitzman Date: Thu, 20 Jan 2022 13:21:26 -0500 Subject: [PATCH 2/2] PHPCS --- src/Commands/LegacyCommands.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Commands/LegacyCommands.php b/src/Commands/LegacyCommands.php index b29e5c61e6..df7086e896 100644 --- a/src/Commands/LegacyCommands.php +++ b/src/Commands/LegacyCommands.php @@ -4,7 +4,6 @@ class LegacyCommands extends DrushCommands { - /** * The core:init command was removed. Please edit your .bashrc manually. *