Civi\Angular - Docblock improvements.
[civicrm-core.git] / CRM / Utils / Recent.php
index f81cb4bfeb249ca3c93e80e411136b32929a0796..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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -198,4 +198,5 @@ class CRM_Utils_Recent {
     $session = CRM_Core_Session::singleton();
     $session->set(self::STORE_NAME, self::$_recent);
   }
+
 }