Merge pull request #21945 from masetto/profile-data-attribute
[civicrm-core.git] / CRM / Utils / Recent.php
index c45a509ca88a27e3ee4ee375143e5be446424a75..aed16f4132f9efa9b9b2ed69dddcf3f70343ea6c 100644 (file)
@@ -24,7 +24,14 @@ class CRM_Utils_Recent {
    *
    * @var string
    */
-  const MAX_ITEMS = 30, STORE_NAME = 'CRM_Utils_Recent';
+  const STORE_NAME = 'CRM_Utils_Recent';
+
+  /**
+   * Max number of recent items to store
+   *
+   * @var int
+   */
+  const MAX_ITEMS = 30;
 
   /**
    * The list of recently viewed items.