Skip to content

Commit

Permalink
Fixed some minor formatting issues related to lists
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jun 3, 2014
1 parent dee3180 commit 0554cae
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/http_foundation/session_configuration.rst
Expand Up @@ -37,7 +37,7 @@ activate these in the same way as it does for custom handlers.

Symfony2 provides drivers for the following native save handler as an example:

* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler`
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NativeFileSessionHandler`

Example usage::

Expand Down Expand Up @@ -71,11 +71,11 @@ various points in the session workflow.
Symfony2 HttpFoundation provides some by default and these can easily serve as
examples if you wish to write your own.

* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler`
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcacheSessionHandler`
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler`
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler`
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler`
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\PdoSessionHandler`
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcacheSessionHandler`
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MemcachedSessionHandler`
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\MongoDbSessionHandler`
* :class:`Symfony\\Component\\HttpFoundation\\Session\\Storage\\Handler\\NullSessionHandler`

Example usage::

Expand Down

0 comments on commit 0554cae

Please sign in to comment.