Skip to content

Commit d91e430

Browse files
committed
Clarify tip for creating a new AppBundle
The previous description was not quite right, since an AppBundle can also be there in versions before 2.6.
1 parent 153565e commit d91e430

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

best_practices/creating-the-project.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ that follows these best practices:
152152
153153
.. tip::
154154

155-
If you are using Symfony 2.6 or a newer version, the ``AppBundle`` bundle
156-
is already generated for you. If you are using an older Symfony version,
157-
you can generate it by hand executing this command:
155+
If you are using an existing Symfony installation, which doesn't come with a
156+
pre-generated ``AppBundle``, you can generate it by hand executing this
157+
command:
158158

159159
.. code-block:: bash
160160

0 commit comments

Comments
 (0)