Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

generate annotations in yml format #603

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions tutorial/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
.............
Expand Down Expand Up @@ -427,8 +427,6 @@ and add some posts::
}
}

The

and load the fixtures:

.. code-block:: bash
Expand Down