We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a49f0c commit 0bd6c76Copy full SHA for 0bd6c76
src/Commands/UnusedCommand.php
@@ -12,7 +12,7 @@
12
class UnusedCommand extends Command
13
{
14
public $signature = 'translation:unused
15
- {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.}
16
{--b|generate-baseline : Generate a baseline file from the unused keys.}';
17
18
public $description = 'Finds unused language keys.';
0 commit comments