From 2bf785f39fff4c9c44fcfb956267cad822c2ef17 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Mon, 3 Nov 2014 08:47:31 +0100 Subject: [PATCH] generate annotations in yml format. fix #568 --- tutorial/getting-started.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tutorial/getting-started.rst b/tutorial/getting-started.rst index ff7406b3..3bf48fc1 100644 --- a/tutorial/getting-started.rst +++ b/tutorial/getting-started.rst @@ -89,7 +89,7 @@ Now you can generate the bundle in which you will write most of your code: .. code-block:: bash - $ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --no-interaction + $ php app/console generate:bundle --namespace=Acme/BasicCmsBundle --dir=src --format=yml --no-interaction The Documents ............. @@ -427,8 +427,6 @@ and add some posts:: } } -The - and load the fixtures: .. code-block:: bash