File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The route is simple:
34
34
35
35
.. configuration-block ::
36
36
37
- .. code-block :: php-annotation
37
+ .. code-block :: php-annotations
38
38
39
39
// src/AppBundle/Controller/BlogController.php
40
40
namespace AppBundle\Controller;
@@ -213,7 +213,7 @@ A basic route consists of just two parts: the ``path`` to match and a
213
213
214
214
.. configuration-block ::
215
215
216
- .. code-block :: php-annotation
216
+ .. code-block :: php-annotations
217
217
218
218
// src/AppBundle/Controller/MainController.php
219
219
@@ -280,7 +280,7 @@ routes will contain one or more named "wildcard" placeholders:
280
280
281
281
.. configuration-block ::
282
282
283
- .. code-block :: php-annotation
283
+ .. code-block :: php-annotations
284
284
285
285
// src/AppBundle/Controller/BlogController.php
286
286
@@ -348,7 +348,7 @@ the available blog posts for this imaginary blog application:
348
348
349
349
.. configuration-block ::
350
350
351
- .. code-block :: php-annotation
351
+ .. code-block :: php-annotations
352
352
353
353
// src/AppBundle/Controller/BlogController.php
354
354
@@ -932,7 +932,7 @@ routing system can be:
932
932
933
933
.. configuration-block ::
934
934
935
- .. code-block :: php-annotation
935
+ .. code-block :: php-annotations
936
936
937
937
// src/AppBundle/Controller/ArticleController.php
938
938
You can’t perform that action at this time.
0 commit comments