Skip to content

Commit 0bd6c76

Browse files
committed
wip
1 parent 7a49f0c commit 0bd6c76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/UnusedCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class UnusedCommand extends Command
1313
{
1414
public $signature = 'translation:unused
15-
{paths?* : This not used by this command but adds support for lint-staged. }
15+
{paths?* : This not used by this command but adds support for lint-staged.}
1616
{--b|generate-baseline : Generate a baseline file from the unused keys.}';
1717

1818
public $description = 'Finds unused language keys.';

0 commit comments

Comments
 (0)