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
243243the previous requests.
244244
245245.. versionadded :: 4.1
246- Using :method: `Symfony\\ Component\\ HttpFoundation\\ Request::getSession() `
246+ Using :method: `Symfony\\ Component\\ HttpFoundation\\ Request::getSession `
247247 when no session has been set was deprecated in Symfony 4.1. It will throw
248248 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 `.
250250
251251Processing HTTP Headers
252252~~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments