[REF] Stop passing contribution into completeOrder, id is enough
[civicrm-core.git] / CRM / Core / Session.php
index 037efb1115b57af76c192a859c779c2b0e189b89..7ca6a46ead2587973f289598fc769743869e9f17 100644 (file)
@@ -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.