composer.json - Move ezc components from packages to composer.json
[civicrm-core.git] / CRM / Utils / Recent.php
index d73825dbc5cf08ae8ef0f02cee92c3ad032be523..969e254d181bdeeb913363da1eef8dff316e5df3 100644 (file)
@@ -26,7 +26,6 @@
  */
 
 /**
- *
  * @package CRM
  * @copyright CiviCRM LLC (c) 2004-2015
  */
@@ -39,7 +38,7 @@ class CRM_Utils_Recent {
   /**
    * Max number of items in queue.
    *
-   * @int
+   * @var int
    */
   const MAX_ITEMS = 10, STORE_NAME = 'CRM_Utils_Recent';