Skip to content

Commit

Permalink
Merge pull request #1832 from hydephp/remove-extra-space-from-signature
Browse files Browse the repository at this point in the history
Remove extra space from command signature
  • Loading branch information
caendesilva authored Jul 12, 2024
2 parents abaa764 + 09a61b4 commit 04ce285
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
class ChangeSourceDirectoryCommand extends Command
{
/** @var string */
protected $signature = 'change:sourceDirectory {name : The new source directory name }';
protected $signature = 'change:sourceDirectory {name : The new source directory name}';

/** @var string */
protected $description = 'Change the source directory for your project';
Expand Down

0 comments on commit 04ce285

Please sign in to comment.