Merge pull request #11691 from JKingsnorth/CRM-21773
[civicrm-core.git] / CRM / Case / StateMachine / Search.php
index 0cfa120af760322fac7e523a6d80066cff4ad8d5..85028cfa31d4519b4e20fc0d52f63e892d642566 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2017                                |
+ | Copyright CiviCRM LLC (c) 2004-2018                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2017
+ * @copyright CiviCRM LLC (c) 2004-2018
  */
 class CRM_Case_StateMachine_Search extends CRM_Core_StateMachine {
 
@@ -80,7 +80,7 @@ class CRM_Case_StateMachine_Search extends CRM_Core_StateMachine {
    *
    * @param string $formName
    *
-   * @return string
+   * @return array
    *   the name of the form that will handle the task
    */
   public function taskName($controller, $formName = 'Search') {