Skip to content

Commit

Permalink
minor #5161 Use correct Session namespace (JhonnyL)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

Use correct Session namespace

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

Commits
-------

7555942 Use correct Session namespace
  • Loading branch information
wouterj committed Apr 16, 2015
2 parents 808383b + 7555942 commit 404d0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/internals.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ variables:
* The :class:`Symfony\\Component\\HttpFoundation\\Response` class abstracts
some PHP functions like ``header()``, ``setcookie()``, and ``echo``;

* The :class:`Symfony\\Component\\HttpFoundation\\Session` class and
:class:`Symfony\\Component\\HttpFoundation\\SessionStorage\\SessionStorageInterface`
* The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class and
:class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface`
interface abstract session management ``session_*()`` functions.

.. note::
Expand Down

0 comments on commit 404d0b3

Please sign in to comment.