File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -135,10 +135,9 @@ Check out the Symfony config reference to learn more about the other available
135
135
Basic Usage
136
136
-----------
137
137
138
- The session is available through the Request and the RequestStack.
139
- Symfony provides a request_stack service that is injected in your services and
140
- controllers if you type-hint an argument with
141
- :class: `Symfony\\ Component\\ HttpFoundation\\ RequestStack `::
138
+ The session is available through the ``Request `` object and the ``RequestStack ``
139
+ service. Symfony injects the ``request_stack `` service in services and controllers
140
+ if you type-hint an argument with :class: `Symfony\\ Component\\ HttpFoundation\\ RequestStack `::
142
141
143
142
use Symfony\Component\HttpFoundation\RequestStack;
144
143
You can’t perform that action at this time.
0 commit comments