INFRA-132 - Remove @static annotation
[civicrm-core.git] / CRM / Utils / Cache.php
index 68c8862fcbf6d94f5e921f4382be506a585e6544..61bc10b2a921361211c9fcf3ce2a4e3207cc8b38 100644 (file)
@@ -43,7 +43,6 @@ class CRM_Utils_Cache {
    * pattern and cache the instance in this variable
    *
    * @var object
-   * @static
    */
   static private $_singleton = NULL;
 
@@ -63,7 +62,6 @@ class CRM_Utils_Cache {
    * Singleton function used to manage this object
    *
    * @return object
-   * @static
    */
   public static function &singleton() {
     if (self::$_singleton === NULL) {
@@ -99,7 +97,6 @@ class CRM_Utils_Cache {
    *
    * @return array
    *   associative array of settings for the cache
-   * @static
    */
   public static function getCacheSettings($cachePlugin) {
     switch ($cachePlugin) {