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
135135Basic Usage
136136-----------
137137
138- The session is available through ``->getSession() `` from 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 `::
142141
143142 use Symfony\Component\HttpFoundation\RequestStack;
144143
You can’t perform that action at this time.
0 commit comments