Skip to content
Snippets Groups Projects
Commit 41435519 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Fix Psalm-issues in SessionHandler.php

parent cb379b0f
No related branches found
No related tags found
No related merge requests found
...@@ -21,9 +21,9 @@ abstract class SessionHandler ...@@ -21,9 +21,9 @@ abstract class SessionHandler
* instance of the session handler. This variable will be NULL if * instance of the session handler. This variable will be NULL if
* we haven't instantiated a session handler yet. * we haven't instantiated a session handler yet.
* *
* @var \SimpleSAML\SessionHandler|null * @var \SimpleSAML\SessionHandler
*/ */
protected static $sessionHandler = null; protected static $sessionHandler;
/** /**
......
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