We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73ccc8b commit 7555942Copy full SHA for 7555942
book/internals.rst
@@ -40,8 +40,8 @@ variables:
40
* The :class:`Symfony\\Component\\HttpFoundation\\Response` class abstracts
41
some PHP functions like ``header()``, ``setcookie()``, and ``echo``;
42
43
-* The :class:`Symfony\\Component\\HttpFoundation\\Session` class and
44
- :class:`Symfony\\Component\\HttpFoundation\\SessionStorage\\SessionStorageInterface`
+* The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class and
+ :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\SessionStorageInterface`
45
interface abstract session management ``session_*()`` functions.
46
47
.. note::
0 commit comments