Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3649bdb

Browse filesBrowse files
Fixed heading capitalization to follow the standards
1 parent 6b68e48 commit 3649bdb
Copy full SHA for 3649bdb

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎components/http_foundation/sessions.rst

Copy file name to clipboardExpand all lines: components/http_foundation/sessions.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class implemen
6565
The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` has a simple API
6666
as 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`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.