Merge pull request #5049 from totten/master-mailing-multiling
[civicrm-core.git] / CRM / Utils / Cache / APCcache.php
index 50b4b2e3bbc06c36af5bed043f3e18148ad690cd..0a10a48b6dd5b1a7740095de7898e46838add7d4 100644 (file)
@@ -37,7 +37,7 @@ class CRM_Utils_Cache_APCcache {
   const DEFAULT_PREFIX = '';
 
   /**
-   * The default timeout to use
+   * The default timeout to use.
    *
    * @var int
    */
@@ -55,7 +55,7 @@ class CRM_Utils_Cache_APCcache {
   protected $_prefix = self::DEFAULT_PREFIX;
 
   /**
-   * Constructor
+   * Constructor.
    *
    * @param array $config
    *   An array of configuration params.