Skip to content

Commit 404d0b3

Browse files
committed
minor #5161 Use correct Session namespace (JhonnyL)
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
2 parents 808383b + 7555942 commit 404d0b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/internals.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ variables:
4040
* The :class:`Symfony\\Component\\HttpFoundation\\Response` class abstracts
4141
some PHP functions like ``header()``, ``setcookie()``, and ``echo``;
4242

43-
* The :class:`Symfony\\Component\\HttpFoundation\\Session` class and
44-
:class:`Symfony\\Component\\HttpFoundation\\SessionStorage\\SessionStorageInterface`
43+
* The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class and
44+
:class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface`
4545
interface abstract session management ``session_*()`` functions.
4646

4747
.. note::

0 commit comments

Comments
 (0)