Skip to content

Commit

Permalink
add finalise aliases to avoid typos
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Mar 28, 2024
1 parent ea36395 commit c73fbaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
},
"require-dev": {
"icanhazstring/composer-unused": "^0.8.11",
"composer-unused/symbol-parser": "0.2.1",
"phpunit/phpunit": "^10.5",
"rector/rector": "^1.0",
"symplify/easy-coding-standard": "^12.1",
Expand Down
1 change: 1 addition & 0 deletions src/Command/FinalizeClassesCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public function __construct(
protected function configure(): void
{
$this->setName('finalize-classes');
$this->setAliases(['finalise', 'finalise-classes']);

$this->setDescription('Finalize classes without children');

Expand Down

0 comments on commit c73fbaa

Please sign in to comment.