From: Tim Otten Date: Tue, 6 Jan 2015 19:41:09 +0000 (-0800) Subject: INFRA-132 - CRM/Logging - Convert single-line @param to multi-line X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4c922589a279877e5e370bf386287238f9f58ca4;p=civicrm-core.git INFRA-132 - CRM/Logging - Convert single-line @param to multi-line --- diff --git a/CRM/Logging/Schema.php b/CRM/Logging/Schema.php index 99cbcf66ba..9dcbe29eae 100644 --- a/CRM/Logging/Schema.php +++ b/CRM/Logging/Schema.php @@ -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 */