Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e56c272

Browse filesBrowse files
committed
Fixed error
1 parent 9678b61 commit e56c272
Copy full SHA for e56c272

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎book/routing.rst

Copy file name to clipboardExpand all lines: book/routing.rst
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The route is simple:
3434

3535
.. configuration-block::
3636

37-
.. code-block:: php-annotation
37+
.. code-block:: php-annotations
3838
3939
// src/AppBundle/Controller/BlogController.php
4040
namespace AppBundle\Controller;
@@ -213,7 +213,7 @@ A basic route consists of just two parts: the ``path`` to match and a
213213

214214
.. configuration-block::
215215

216-
.. code-block:: php-annotation
216+
.. code-block:: php-annotations
217217
218218
// src/AppBundle/Controller/MainController.php
219219
@@ -280,7 +280,7 @@ routes will contain one or more named "wildcard" placeholders:
280280

281281
.. configuration-block::
282282

283-
.. code-block:: php-annotation
283+
.. code-block:: php-annotations
284284
285285
// src/AppBundle/Controller/BlogController.php
286286
@@ -348,7 +348,7 @@ the available blog posts for this imaginary blog application:
348348

349349
.. configuration-block::
350350

351-
.. code-block:: php-annotation
351+
.. code-block:: php-annotations
352352
353353
// src/AppBundle/Controller/BlogController.php
354354
@@ -932,7 +932,7 @@ routing system can be:
932932

933933
.. configuration-block::
934934

935-
.. code-block:: php-annotation
935+
.. code-block:: php-annotations
936936
937937
// src/AppBundle/Controller/ArticleController.php
938938

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.