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

Fix Psalm-issues in Store.php

parent 897e2a7d
No related branches found
No related tags found
No related merge requests found
...@@ -64,9 +64,11 @@ abstract class Store implements Utils\ClearableState ...@@ -64,9 +64,11 @@ abstract class Store implements Utils\ClearableState
$c $c
); );
} }
/** @var \SimpleSAML\Store|false */
self::$instance = new $className(); self::$instance = new $className();
} }
/** @var \SimpleSAML\Store|false */
return self::$instance; return self::$instance;
} }
......
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