From 4c922589a279877e5e370bf386287238f9f58ca4 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 6 Jan 2015 11:41:09 -0800 Subject: [PATCH] INFRA-132 - CRM/Logging - Convert single-line @param to multi-line --- CRM/Logging/Schema.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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 */ -- 2.25.1