PHPCS fixes.
[civicrm-core.git] / CRM / Utils / Cache / SqlGroup.php
index 19285de17f978e3aed2897e629f72ad8d844e034..6c0b6960ff635f9885f7e5d8abd48bb3f8135908 100644 (file)
@@ -58,17 +58,23 @@ class CRM_Utils_Cache_SqlGroup implements CRM_Utils_Cache_Interface {
   protected $componentID;
 
   /**
-   * @var array in-memory cache to optimize redundant get()s
+   * In-memory cache to optimize redundant get()s.
+   *
+   * @var array
    */
   protected $valueCache;
 
   /**
-   * @var array in-memory cache to optimize redundant get()s
+   * In-memory cache to optimize redundant get()s.
+   *
+   * @var array
    *   Note: expiresCache[$key]===NULL means cache-miss
    */
   protected $expiresCache;
 
   /**
+   * Table.
+   *
    * @var string
    */
   protected $table;