Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b333ff9

Browse files
author
Davy Hellemans
committed
Fixed typo
1 parent 6bbf2d9 commit b333ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function configure()
4646
{
4747
$this
4848
->setName('orm:validate-schema')
49-
->setDescription('Validate that the mapping files.')
49+
->setDescription('Validate the mapping files.')
5050
->setHelp(<<<EOT
5151
'Validate that the mapping files are correct and in sync with the database.'
5252
EOT

0 commit comments

Comments
 (0)