X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FBAO%2FQuery.php;h=376d3062e0cd8217903ffe1315093911beabe916;hb=3410006a55b7e8b4d90c69c07d367f93b2454872;hp=52800ef9fb5319953752512941ed84591647b2c0;hpb=5b281dc6dd58665468e45858725bc252247d7d22;p=civicrm-core.git diff --git a/CRM/Event/BAO/Query.php b/CRM/Event/BAO/Query.php index 52800ef9fb..376d3062e0 100644 --- a/CRM/Event/BAO/Query.php +++ b/CRM/Event/BAO/Query.php @@ -56,7 +56,7 @@ class CRM_Event_BAO_Query { } /** - * build select for CiviEvent + * Build select for CiviEvent * * @param $query * @@ -454,11 +454,7 @@ class CRM_Event_BAO_Query { return; case 'participant_id': - $query->_where[$grouping][] = CRM_Contact_BAO_Query::buildClause("civicrm_participant.id", - $op, - $value, - "Integer" - ); + $query->_where[$grouping][] = CRM_Contact_BAO_Query::buildClause("civicrm_participant.id", $op, $value, "Integer"); $query->_tables['civicrm_participant'] = $query->_whereTables['civicrm_participant'] = 1; return; @@ -504,7 +500,7 @@ class CRM_Event_BAO_Query { } /** - * @param $name + * @param string $name * @param $mode * @param $side * @@ -550,7 +546,7 @@ class CRM_Event_BAO_Query { } /** - * getter for the qill object + * Getter for the qill object * * @return string * @access public @@ -683,7 +679,7 @@ class CRM_Event_BAO_Query { /** * @param $row - * @param $id + * @param int $id */ static function searchAction(&$row, $id) {}