Merge pull request #4893 from colemanw/INFRA-132
[civicrm-core.git] / CRM / Logging / Schema.php
index d5e7608d58545b8e2e60488f95e23f031862cb58..2cd7b80006664e06da18df9dad02b2506b0b3e57 100644 (file)
@@ -213,12 +213,12 @@ AND    TABLE_NAME LIKE 'log_civicrm_%'
   /**
    * Add missing (potentially specified) log table columns for the given table.
    *
-   * @param $table
-   *   String name of the relevant table.
-   * @param $cols
+   * @param string $table
+   *   name of the relevant table.
+   * @param array $cols
    *   Mixed array of columns to add or null (to check for the missing columns).
-   * @param $rebuildTrigger
-   *   Boolean should we rebuild the triggers.
+   * @param bool $rebuildTrigger
+   *   should we rebuild the triggers.
    *
    * @return void
    */