Skip to content

Commit 8b0cc9f

Browse files
committed
Minor reword
1 parent 6703044 commit 8b0cc9f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

routing.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,10 @@ you want one route that matches ``/blog`` exactly and another more dynamic
2626
route that can match *any* URL like ``/blog/my-post`` or
2727
``/blog/all-about-symfony``.
2828

29-
Routes can be configured in YAML, XML, PHP or annotations. All formats provide
30-
the same features and performance, so choose the one you prefer. If you choose
31-
PHP annotations, run this command once in your application to add support for
32-
them (``SensioFrameworkExtraBundle`` wraps the required dependencies and
33-
provides many useful annotations for cache, security and more!):
29+
Routes can be configured in YAML, XML, PHP or using annotations. All formats
30+
provide the same features and performance, so choose the one you prefer. If you
31+
choose PHP annotations, run this command once in your application to add support
32+
for them:
3433

3534
.. code-block:: terminal
3635

0 commit comments

Comments
 (0)