8000 Normalization of method listings by pedronofuentes · Pull Request #4539 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Normalization of method listings #4539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Dec 20, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed heading capitalization to follow the standards
  • Loading branch information
pedronofuentes committed Dec 17, 2014
commit 3649bdb40dc82231b2259485a070035a67703c60
6 changes: 3 additions & 3 deletions components/http_foundation/sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class implemen
The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` has a simple API
as follows divided into a couple of groups.

Session workflow
Session Workflow
................

:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::start`
Expand All @@ -91,7 +91,7 @@ Session workflow
:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::setName`
Sets the session name. Do not use ``session_name()``.

Session attributes
Session Attributes
..................

:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::set`
Expand Down Expand Up @@ -129,7 +129,7 @@ an array. A few methods exist for "Bag" management:
Gets the :class:`Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface`.
This is just a shortcut for convenience.

Session metadata
Session Metadata
................

:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::getMetadataBag`
Expand Down
0