X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FStateMachine%2FSearch.php;h=85028cfa31d4519b4e20fc0d52f63e892d642566;hb=960fbd5558011a2f16b98b60353eb91e18ce4728;hp=82b43ef781cbc5658241b57e5fdff6eb425bc926;hpb=6c6872a8ee5acec3dba231fe2231c610241302eb;p=civicrm-core.git diff --git a/CRM/Case/StateMachine/Search.php b/CRM/Case/StateMachine/Search.php index 82b43ef781..85028cfa31 100644 --- a/CRM/Case/StateMachine/Search.php +++ b/CRM/Case/StateMachine/Search.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2016 | + | Copyright CiviCRM LLC (c) 2004-2018 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2016 + * @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') {