minor #25376 doc : Namespace prefix must end with a "\" (SelviA)

This PR was merged into the 3.4 branch.

Discussion
----------

doc : Namespace prefix must end with a "\"

| Q             | A
| ------------- | ---
| Branch?       | 3.4
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

Commits
-------

ef2ca56 doc : Namespace prefix must end with a "\"
This commit is contained in:
Nicolas Grekas 2017-12-08 16:06:33 +01:00
commit cdade09c1f

View File

@ -281,7 +281,7 @@ HttpKernel
# ...
# explicit commands registration
AppBundle\Command:
AppBundle\Command\:
resource: '../../src/AppBundle/Command/*'
tags: ['console.command']
```