summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/libraries
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2017-11-20 08:58:20 +0100
committerAndrey Andreev <narf@devilix.net>2017-11-20 08:58:20 +0100
commite1a9410d1a14c20e034d9fbab2da72e0fdf49f17 (patch)
treed82a1051d8043518429af8a9a23aae281bb8779f /user_guide_src/source/libraries
parentc45caeac4f45b83fbb3655f62638ebcf913981c8 (diff)
parent4a567782a2ece1ceffebfc1efa580f654df8be1f (diff)
Merge branch '3.1-stable' into develop
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r--user_guide_src/source/libraries/sessions.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/user_guide_src/source/libraries/sessions.rst b/user_guide_src/source/libraries/sessions.rst
index b1f658d8f..994dc2e08 100644
--- a/user_guide_src/source/libraries/sessions.rst
+++ b/user_guide_src/source/libraries/sessions.rst
@@ -757,8 +757,8 @@ when creating a session driver for CodeIgniter:
<http://php.net/sessionhandlerinterface>`_ interface.
.. note:: You may notice that ``SessionHandlerInterface`` is provided
- by PHP since version 5.4.0. CodeIgniter will automatically declare
- the same interface if you're running an older PHP version.
+ by PHP since version 5.4.0. CodeIgniter will automatically declare
+ the same interface if you're running an older PHP version.
The link will explain why and how.