Civi\Angular - Docblock improvements.
[civicrm-core.git] / CRM / Utils / Recent.php
index 012533eb9bb18244f97f8da7ea1da9ad3d1da2cc..aa66d55454c8da18e66b9a40969ba8b402a5bdea 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -94,7 +94,7 @@ class CRM_Utils_Recent {
    *
    * @return void
    */
-  static function add(
+  public static function add(
     $title,
     $url,
     $id,
@@ -198,4 +198,5 @@ class CRM_Utils_Recent {
     $session = CRM_Core_Session::singleton();
     $session->set(self::STORE_NAME, self::$_recent);
   }
+
 }