X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FSession.php;h=7ca6a46ead2587973f289598fc769743869e9f17;hb=78d5fd73ab8c57ddf7df04e4d92ce56732797202;hp=037efb1115b57af76c192a859c779c2b0e189b89;hpb=a721d5cd14a6dfb7ee12b8ebc3466219c8a78cd7;p=civicrm-core.git diff --git a/CRM/Core/Session.php b/CRM/Core/Session.php index 037efb1115..7ca6a46ead 100644 --- a/CRM/Core/Session.php +++ b/CRM/Core/Session.php @@ -52,9 +52,9 @@ class CRM_Core_Session { * We only need one instance of this object. So we use the singleton * pattern and cache the instance in this variable * - * @var object + * @var \CRM_Core_Session */ - static private $_singleton = NULL; + static private $_singleton; /** * Constructor.