File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -243,10 +243,10 @@ method tells you if the request contains a session which was started in one of
243
243
the previous requests.
244
244
245
245
.. versionadded :: 4.1
246
- Using :method: `Symfony\\ Component\\ HttpFoundation\\ Request::getSession() `
246
+ Using :method: `Symfony\\ Component\\ HttpFoundation\\ Request::getSession `
247
247
when no session has been set was deprecated in Symfony 4.1. It will throw
248
248
an exception in Symfony 5.0 when the session is ``null ``. Check for an existing session
249
- first by calling :method: `Symfony\\ Component\\ HttpFoundation\\ Request::hasSession() `.
249
+ first by calling :method: `Symfony\\ Component\\ HttpFoundation\\ Request::hasSession `.
250
250
251
251
Processing HTTP Headers
252
252
~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments