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 hydephp/develop@04ce285
  • Loading branch information
github-actions committed Jul 12, 2024
1 parent 48ad935 commit 4df8264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Commands/ChangeSourceDirectoryCommand.php
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 4df8264

Please sign in to comment.