Skip to content

Commit

Permalink
Add pm:uninstall alias un (#5131)
Browse files Browse the repository at this point in the history
* Add pm:uninstall alias un

* Fix spelling mistake
  • Loading branch information
gitressa committed Apr 16, 2022
1 parent d9e64fa commit aa19034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Drupal/Commands/pm/PmCommands.php
Expand Up @@ -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
{
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/ArgsRemapperTest.php
Expand Up @@ -29,7 +29,7 @@ public function testCommandAliases($argv, $expected)
}

/**
* Provides argumens for ::ArgsRemapper
* Provides arguments for ::ArgsRemapper
*/
public function argsProvider()
{
Expand Down

0 comments on commit aa19034

Please sign in to comment.