CRM-19779 - Display activity statuses in color
[civicrm-core.git] / CRM / Activity / ActionMapping.php
index 0511c16ea94bcfc55e23fa74fa45eaf2ddbe3c9e..67fd6f81486ef216aca6f407d1cbb456f4ccb542 100644 (file)
@@ -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.                                    |
  |                                                                    |
  +--------------------------------------------------------------------+
  */
 
+/**
+ * @package CRM
+ * @copyright CiviCRM LLC (c) 2004-2016
+ */
+
 use Civi\ActionSchedule\RecipientBuilder;
 
 /**
@@ -85,9 +90,11 @@ class CRM_Activity_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
    */
   public function createQuery($schedule, $phase, $defaultParams) {
     $selectedValues = (array) \CRM_Utils_Array::explodePadded($schedule->entity_value);