diff --git a/lib/SimpleSAML/Store.php b/lib/SimpleSAML/Store.php index 869f9a6bf7be5526a6cc35b0128075f824ae3a96..50d5b3162200812474a28dab988d95389658fb8c 100644 --- a/lib/SimpleSAML/Store.php +++ b/lib/SimpleSAML/Store.php @@ -16,7 +16,7 @@ abstract class Store implements Utils\ClearableState * * This is false if the data store isn't enabled, and null if we haven't attempted to initialize it. * - * @var \SimpleSAML\Store|false + * @var \SimpleSAML\Store|false|null */ private static $instance; @@ -68,7 +68,6 @@ abstract class Store implements Utils\ClearableState self::$instance = new $className(); } - /** @var \SimpleSAML\Store|false */ return self::$instance; }