Skip to content
Snippets Groups Projects
Commit 5155e483 authored by Olav Morken's avatar Olav Morken
Browse files

SessionHandlerMemcache: Fix comments.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2420 44740490-163a-0410-bde0-09ae8108e29a
parent a2558963
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ extends SimpleSAML_SessionHandlerCookie { ...@@ -28,7 +28,7 @@ extends SimpleSAML_SessionHandlerCookie {
/** /**
* Save the current session to the PHP session array. * Save the current session to memcache.
* *
* @param SimpleSAML_Session $session The session object we should save. * @param SimpleSAML_Session $session The session object we should save.
*/ */
...@@ -39,7 +39,7 @@ extends SimpleSAML_SessionHandlerCookie { ...@@ -39,7 +39,7 @@ extends SimpleSAML_SessionHandlerCookie {
/** /**
* Load the session from the PHP session array. * Load the session from memcache.
* *
* @return SimpleSAML_Session|NULL The session object, or NULL if it doesn't exist. * @return SimpleSAML_Session|NULL The session object, or NULL if it doesn't exist.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment