preliminary tidy up
[civicrm-core.git] / CRM / Event / BAO / Query.php
index 4a00fba788b4b82314e16ab825d6516ea22a7eb1..6137a052487f38113af5aa8275ac844ca4fc8a3f 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -55,7 +55,7 @@ class CRM_Event_BAO_Query {
   }
 
   /**
-   * Build select for CiviEvent
+   * Build select for CiviEvent.
    *
    * @param $query
    *
@@ -457,7 +457,7 @@ class CRM_Event_BAO_Query {
   }
 
   /**
-   * Getter for the qill object
+   * Getter for the qill object.
    *
    * @return string
    */
@@ -603,4 +603,5 @@ class CRM_Event_BAO_Query {
       $tables = array_merge(array('civicrm_participant' => 1), $tables);
     }
   }
+
 }