From 6abfd709bc08f765caace68b13b673737a9290f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Paris?= Date: Mon, 24 Sep 2018 16:34:05 +0200 Subject: [PATCH] Describe the actual command This is probably a copy/paste/adapt mistake. --- Command/ImportMappingDoctrineCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command/ImportMappingDoctrineCommand.php b/Command/ImportMappingDoctrineCommand.php index e3ffed5da..8b34380f6 100644 --- a/Command/ImportMappingDoctrineCommand.php +++ b/Command/ImportMappingDoctrineCommand.php @@ -38,7 +38,7 @@ protected function configure() Generate annotation mappings into the src/ directory using App as the namespace: php %command.full_name% App\\\Entity annotation --path=src/Entity -Generate annotation mappings into the config/doctrine/ directory using App as the namespace: +Generate xml mappings into the config/doctrine/ directory using App as the namespace: php %command.full_name% App\\\Entity xml --path=config/doctrine Generate XML mappings into a bundle: