File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
components/http_foundation Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class implemen
6565The :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session ` has a simple API
6666as follows divided into a couple of groups.
6767
68- Session workflow
68+ Session Workflow
6969................
7070
7171:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::start `
@@ -91,7 +91,7 @@ Session workflow
9191:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::setName `
9292 Sets the session name. Do not use ``session_name() ``.
9393
94- Session attributes
94+ Session Attributes
9595..................
9696
9797:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::set `
@@ -129,7 +129,7 @@ an array. A few methods exist for "Bag" management:
129129 Gets the :class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Flash\\ FlashBagInterface `.
130130 This is just a shortcut for convenience.
131131
132- Session metadata
132+ Session Metadata
133133................
134134
135135:method: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Session::getMetadataBag `
You can’t perform that action at this time.
0 commit comments