INFRA-132 - CRM/Logging - Convert single-line @param to multi-line
authorTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 19:41:09 +0000 (11:41 -0800)
committerTim Otten <totten@civicrm.org>
Tue, 6 Jan 2015 23:02:29 +0000 (15:02 -0800)
CRM/Logging/Schema.php

index 99cbcf66ba26567362d2df73ce2a462ff2465766..9dcbe29eaee9d76773fa851569a5f4a17ffcbc2c 100644 (file)
@@ -213,9 +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 mixed    array of columns to add or null (to check for the missing columns)
-   * @param $rebuildTrigger boolean should we rebuild the triggers
+   * @param $table
+   *   String name of the relevant table.
+   * @param $cols
+   *   Mixed array of columns to add or null (to check for the missing columns).
+   * @param $rebuildTrigger
+   *   Boolean should we rebuild the triggers.
    *
    * @return void
    */