Merge pull request #4789 from totten/master-test-tx
[civicrm-core.git] / CRM / Event / Page / ParticipantListing / Simple.php
index 67a0aefa5f5462130373c7c9b1c5818d72c0fbef..0e6fa9a7503b795a27604b86c81688921cfe8c58 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -110,7 +110,7 @@ LIMIT    $offset, $rowCount";
   /**
    * @param $fromClause
    * @param $whereClause
-   * @param $whereParams
+   * @param array $whereParams
    */
   function pager($fromClause, $whereClause, $whereParams) {