@@ -150,7 +150,7 @@ When PHP imports the request query, it handles request parameters like
150150``foo[bar]=bar `` in a special way as it creates an array. So you can get the
151151``foo `` parameter and you will get back an array with a ``bar `` element. But
152152sometimes, you might want to get the value for the "original" parameter name:
153- ``foo[bar] ``. This is possible with all the `ParameterBag ` getters like
153+ ``foo[bar] ``. This is possible with all the `` ParameterBag ` ` getters like
154154:method: `Symfony\\ Component\\ HttpFoundation\\ Request::get ` via the third
155155argument::
156156
@@ -172,7 +172,7 @@ thanks to the public ``attributes`` property, which is also an instance of
172172:class: `Symfony\\ Component\\ HttpFoundation\\ ParameterBag `. This is mostly used
173173to attach information that belongs to the Request and that needs to be
174174accessed from many different points in your application. For information
175- on how this is used in the Symfony2 framework, see:ref: `read more <book-fundamentals-attributes> `.
175+ on how this is used in the Symfony2 framework, see:ref: `the Symfony2 book <book-fundamentals-attributes> `.
176176
177177Identifying a Request
178178~~~~~~~~~~~~~~~~~~~~~