dev/core#1093: Add Custom Fields to Logging Tables
[civicrm-core.git] / CRM / Core / InnoDBIndexer.php
index bdf45c9885fb44c2d4ddae1a90053c9053613489..6060ddcc2ade4b32a8cc02096efd703b4ca5d2f1 100644 (file)
@@ -101,9 +101,13 @@ class CRM_Core_InnoDBIndexer {
   }
 
   /**
-   * @var array (string $table => array $indices)
+   * Indices.
+   *
+   * (string $table => array $indices)
    *
    * ex: $indices['civicrm_contact'][0] = array('first_name', 'last_name');
+   *
+   * @var array
    */
   protected $indices;
 
@@ -115,8 +119,8 @@ class CRM_Core_InnoDBIndexer {
   /**
    * Class constructor.
    *
-   * @param $isActive
-   * @param $indices
+   * @param bool $isActive
+   * @param array $indices
    */
   public function __construct($isActive, $indices) {
     $this->isActive = $isActive;