@@ -33,7 +33,7 @@ class CreateSchemaDoctrineCommand extends CreateCommand
$this
->setName('doctrine:schema:create')
- ->setDescription('Executes (or dumps) the SQL needed to generate the database schema.')
+ ->setDescription('Executes (or dumps) the SQL needed to generate the database schema')
->addOption('em', null, InputOption::VALUE_OPTIONAL, 'The entity manager to use for this command')
->setHelp(<<<EOT
The <info>doctrine:schema:create</info> command executes the SQL needed to
@@ -32,7 +32,7 @@ class DropSchemaDoctrineCommand extends DropCommand
->setName('doctrine:schema:drop')
- ->setDescription('Executes (or dumps) the SQL needed to drop the current database schema.')
+ ->setDescription('Executes (or dumps) the SQL needed to drop the current database schema')
The <info>doctrine:schema:drop</info> command generates the SQL needed to
@@ -33,7 +33,7 @@ class UpdateSchemaDoctrineCommand extends UpdateCommand
->setName('doctrine:schema:update')
- ->setDescription('Executes (or dumps) the SQL needed to update the database schema to match the current mapping metadata.')
+ ->setDescription('Executes (or dumps) the SQL needed to update the database schema to match the current mapping metadata')
The <info>doctrine:schema:update</info> command generates the SQL needed to