X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContact%2FActionMapping.php;h=69a7dd3ca10b275b0a0982366c4e71e8c4d434a3;hb=fc7dc7cd093277d23170a8e10f7937dca1a87587;hp=0fd090d310c025d94172d56f590a43107cfb1e25;hpb=88cdfcb1999b6cba85e1cb5d68eb4df891cdd028;p=civicrm-core.git diff --git a/CRM/Contact/ActionMapping.php b/CRM/Contact/ActionMapping.php index 0fd090d310..69a7dd3ca1 100644 --- a/CRM/Contact/ActionMapping.php +++ b/CRM/Contact/ActionMapping.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2016 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -101,9 +101,11 @@ class CRM_Contact_ActionMapping extends \Civi\ActionSchedule\Mapping { * The schedule as configured by the administrator. * @param string $phase * See, e.g., RecipientBuilder::PHASE_RELATION_FIRST. + * @param array $defaultParams + * * @return \CRM_Utils_SQL_Select - * @see RecipientBuilder * @throws \CRM_Core_Exception + * @see RecipientBuilder */ public function createQuery($schedule, $phase, $defaultParams) { $selectedValues = (array) \CRM_Utils_Array::explodePadded($schedule->entity_value);