Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 committed Oct 11, 2023
1 parent 7a49f0c commit 0bd6c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Commands/UnusedCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
class UnusedCommand extends Command
{
public $signature = 'translation:unused
{paths?* : This not used by this command but adds support for lint-staged. }
{paths?* : This not used by this command but adds support for lint-staged.}
{--b|generate-baseline : Generate a baseline file from the unused keys.}';

public $description = 'Finds unused language keys.';
Expand Down

0 comments on commit 0bd6c76

Please sign in to comment.