Skip to content

Commit 04ce285

Browse files
authored
Merge pull request #1832 from hydephp/remove-extra-space-from-signature
Remove extra space from command signature
2 parents abaa764 + 09a61b4 commit 04ce285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/framework/src/Console/Commands/ChangeSourceDirectoryCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
class ChangeSourceDirectoryCommand extends Command
2828
{
2929
/** @var string */
30-
protected $signature = 'change:sourceDirectory {name : The new source directory name }';
30+
protected $signature = 'change:sourceDirectory {name : The new source directory name}';
3131

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

0 commit comments

Comments
 (0)