Merge pull request #4983 from colemanw/CRM-15842
[civicrm-core.git] / CRM / Utils / GlobalStack.php
index 4d10fef21b4154de84853ad4bbd3b577cb306d5c..b6d4a089ccf105ea2bc06fb27b8118a5205086c2 100644 (file)
@@ -22,7 +22,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Temporarily change a global variable.
@@ -46,7 +46,6 @@ class CRM_Utils_GlobalStack {
    * We don't have a container or dependency-injection, so use singleton instead
    *
    * @var object
-   * @static
    */
   private static $_singleton = NULL;
 
@@ -112,4 +111,5 @@ class CRM_Utils_GlobalStack {
       }
     }
   }
+
 }