From 50c50d50b3890f19e92f046720ab67a7a253aa14 Mon Sep 17 00:00:00 2001 From: Jevgenijus Andrijankinas Date: Thu, 30 Jun 2016 15:38:31 +0300 Subject: [PATCH] Typo fix "has sets" doesn't make sense. There has to be either "has" or "sets" only. --- cookbook/session/php_bridge.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/session/php_bridge.rst b/cookbook/session/php_bridge.rst index 2a953dbf959..f2f121a62b2 100644 --- a/cookbook/session/php_bridge.rst +++ b/cookbook/session/php_bridge.rst @@ -8,7 +8,7 @@ If you're integrating the Symfony full-stack Framework into a legacy application that starts the session with ``session_start()``, you may still be able to use Symfony's session management by using the PHP Bridge session. -If the application has sets it's own PHP save handler, you can specify null +If the application has it's own PHP save handler, you can specify null for the ``handler_id``: .. configuration-block::