(NFC) Update CRM/SMS/ CRM/UF/ CRM/Upgrade/ CRM/Tag/ to be up to speed with the new...
[civicrm-core.git] / CRM / Upgrade / Incremental / php / FourSeven.php
index 933d22d5f469df92c4c3f69f049db7c2ded822e3..cf880abb4a8a246c0fc9a48a8af569805c4b64da 100644 (file)
@@ -311,6 +311,7 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base
     $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
     $this->addTask('Add Data Type column to civicrm_option_group', 'addDataTypeColumnToOptionGroupTable');
   }
+
   /**
    * Upgrade function.
    *
@@ -646,6 +647,9 @@ class CRM_Upgrade_Incremental_php_FourSeven extends CRM_Upgrade_Incremental_Base
    * Update Invoice number for all completed contribution.
    *
    * @param \CRM_Queue_TaskContext $ctx
+   * @param int $startID
+   * @param int $endID
+   * @param string $invoicePrefix
    *
    * @return bool
    */