Skip to content

Commit 967c7a5

Browse files
committed
fixed comment
1 parent 99c4601 commit 967c7a5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Command/CreateDatabaseDoctrineCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Symfony\Component\Console\Output\OutputInterface;
99

1010
/**
11-
* Database tool allows you to easily drop and create your configured databases.
11+
* Database tool allows you to easily create your configured databases.
1212
*/
1313
class CreateDatabaseDoctrineCommand extends DoctrineCommand
1414
{

Command/DropDatabaseDoctrineCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use Symfony\Component\Console\Output\OutputInterface;
99

1010
/**
11-
* Database tool allows you to easily drop and create your configured databases.
11+
* Database tool allows you to easily drop your configured databases.
1212
*/
1313
class DropDatabaseDoctrineCommand extends DoctrineCommand
1414
{

0 commit comments

Comments
 (0)