8000 Remove trailing "." for consistency with #36798 · symfony/maker-bundle@8e9a5b7 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 8e9a5b7

Browse files
carlosbuenosvinosweaverryan
authored andcommitted
Remove trailing "." for consistency with #36798
1 parent 5dc1544 commit 8e9a5b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Maker/MakeDockerDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static function getCommandName(): string
6767
public function configureCommand(Command $command, InputConfiguration $inputConfig): void
6868
{
6969
$command
70-
->setDescription('Adds a database container to your docker-compose.yaml file.')
70+
->setDescription('Adds a database container to your docker-compose.yaml file')
7171
;
7272
}
7373

src/Maker/MakeResetPassword.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static function getCommandName(): string
6767
public function configureCommand(Command $command, InputConfiguration $inputConfig)
6868
{
6969
$command
70-
->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle.')
70+
->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle')
7171
->setHelp(file_get_contents(__DIR__.'/../Resources/help/MakeResetPassword.txt'))
7272
;
7373
}

0 commit comments

Comments
 (0)
0