Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8e9a5b7

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

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎src/Maker/MakeDockerDatabase.php

Copy file name to clipboardExpand all lines: src/Maker/MakeDockerDatabase.php
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Maker/MakeResetPassword.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.