From 6253fe0ae57da093ba56f0c56024ef87efb3a9be Mon Sep 17 00:00:00 2001 From: AndreiCanta Date: Wed, 20 Mar 2013 11:36:11 +0200 Subject: [PATCH] Typo: missing quotes in session.php doc block --- app/config/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/session.php b/app/config/session.php index fbd506e9..c37fd837 100644 --- a/app/config/session.php +++ b/app/config/session.php @@ -11,7 +11,7 @@ | requests. By default we will use the light-weight cookie driver but | you may specify any of the other wonderful drivers provided here. | - | Supported: "cookie", file", "database", "apc", + | Supported: "cookie", "file", "database", "apc", | "memcached", "redis", "array" | */