From 3574d29e731a63502c2c10e7bbbc5227d2d5c811 Mon Sep 17 00:00:00 2001 From: gitressa <3491208+gitressa@users.noreply.github.com> Date: Sat, 16 Apr 2022 14:55:06 +0200 Subject: [PATCH 1/2] Add pm:uninstall alias un --- src/Drupal/Commands/pm/PmCommands.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Drupal/Commands/pm/PmCommands.php b/src/Drupal/Commands/pm/PmCommands.php index ecca098646..78f36aaf3e 100644 --- a/src/Drupal/Commands/pm/PmCommands.php +++ b/src/Drupal/Commands/pm/PmCommands.php @@ -155,7 +155,7 @@ public function validateEnableModules(CommandData $commandData): void * * @command pm:uninstall * @param $modules A comma delimited list of modules. - * @aliases pmu,pm-uninstall + * @aliases un,pmu,pm-uninstall */ public function uninstall(array $modules): void { From 00d57e93289b9da9904acadd5885513a8f9a49b3 Mon Sep 17 00:00:00 2001 From: gitressa <3491208+gitressa@users.noreply.github.com> Date: Sat, 16 Apr 2022 14:55:43 +0200 Subject: [PATCH 2/2] Fix spelling mistake --- tests/unit/ArgsRemapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/ArgsRemapperTest.php b/tests/unit/ArgsRemapperTest.php index 8d035a5336..3949be2a9f 100644 --- a/tests/unit/ArgsRemapperTest.php +++ b/tests/unit/ArgsRemapperTest.php @@ -29,7 +29,7 @@ public function testCommandAliases($argv, $expected) } /** - * Provides argumens for ::ArgsRemapper + * Provides arguments for ::ArgsRemapper */ public function argsProvider() {