INFRA-132 - Docblock formatting fixes
[civicrm-core.git] / tests / phpunit / CRM / Core / BAO / ActionScheduleTest.php
index 11cb0b0dd1336559808b2c61f2fbb3a542ceca40..a762f5b3c786dc13272afe0dd0f5dfd6bff8c8ba 100644 (file)
@@ -850,11 +850,10 @@ class CRM_Core_BAO_ActionScheduleTest extends CiviUnitTestCase {
   /**
    * Run a series of cron jobs and make an assertion about email deliveries
    *
-   * @param $cronRuns
-   *
-   * @internal param array $jobSchedule specifying when to run cron and what messages to expect; each item is an array with keys:
-   *  - time: string, e.g. '2012-06-15 21:00:01'
-   *  - recipients: array(array(string)), list of email addresses which should receive messages
+   * @param array $cronRuns
+   *   array specifying when to run cron and what messages to expect; each item is an array with keys:
+   *   - time: string, e.g. '2012-06-15 21:00:01'
+   *   - recipients: array(array(string)), list of email addresses which should receive messages
    */
   public function assertCronRuns($cronRuns) {
     foreach ($cronRuns as $cronRun) {
@@ -865,11 +864,6 @@ class CRM_Core_BAO_ActionScheduleTest extends CiviUnitTestCase {
     }
   }
 
-  ////////////////////////////////
-  ////////////////////////////////
-  ////////////////////////////////
-  ////////////////////////////////
-
   /**
    * @var array(DAO_Name => array(int)) List of items to garbage-collect during tearDown
    */