Skip to content

Commit ee252d7

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 ee252d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

best_practices/creating-the-project.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@ 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,
155+
If your Symfony installation doesn't come with a pregenerated ``AppBundle``,
157156
you can generate it by hand executing this command:
158157

159158
.. code-block:: bash

0 commit comments

Comments
 (0)