Skip to content

Commit

Permalink
Improve console command description wording
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Dec 14, 2023
1 parent a55370a commit f175a83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/framework/src/Console/Commands/DebugCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class DebugCommand extends Command
protected $signature = 'debug';

/** @var string */
protected $description = 'Print debug info';
protected $description = 'Print debug information';

public function __construct()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class RouteListCommand extends Command
protected $signature = 'route:list';

/** @var string */
protected $description = 'Display all registered routes';
protected $description = 'Display all the registered routes';

public function handle(): int
{
Expand Down

0 comments on commit f175a83

Please sign in to comment.