From 6a807d58eb9a25bb8d0eaf4d1af9ac489387ac1f Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 18 Jan 2013 14:32:28 -0500 Subject: [PATCH] Added missing comment. --- module/VuFind/src/VuFind/Session/Memcache.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/module/VuFind/src/VuFind/Session/Memcache.php b/module/VuFind/src/VuFind/Session/Memcache.php index d87212ed627..8d69116374d 100644 --- a/module/VuFind/src/VuFind/Session/Memcache.php +++ b/module/VuFind/src/VuFind/Session/Memcache.php @@ -41,6 +41,11 @@ namespace VuFind\Session; */ class Memcache extends AbstractBase { + /** + * Memcache connection + * + * @var \Memcache + */ protected $connection = false; /** -- GitLab