comment fixes
[civicrm-core.git] / CRM / Logging / Schema.php
index 17c6c41c87c09906563714ca1f34b28981340261..b36635eef5c20cc87db0ca3b8240a7dd043971f2 100644 (file)
@@ -187,6 +187,8 @@ AND    TABLE_NAME LIKE 'log_civicrm_%'
 
   /**
    * Drop triggers for all logged tables.
+   *
+   * @param string $tableName
    */
   public function dropTriggers($tableName = NULL) {
     $dao = new CRM_Core_DAO();