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 authored and caendesilva committed Dec 21, 2024
1 parent bd9819d commit d407e1c
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 d407e1c

Please sign in to comment.