X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FStateMachine%2FSearch.php;h=f235ac402638c563d0a0aa3da9a6ea69228bc309;hb=edc52241c6be939474660e67a968194b9177537b;hp=f98de49db6e345196072c8dd6df3b6688eaed139;hpb=9c1bc317913553a956288e52649f1c372dc7deb0;p=civicrm-core.git diff --git a/CRM/Event/StateMachine/Search.php b/CRM/Event/StateMachine/Search.php index f98de49db6..f235ac4026 100644 --- a/CRM/Event/StateMachine/Search.php +++ b/CRM/Event/StateMachine/Search.php @@ -10,11 +10,7 @@ */ /** - * - * @package CRM - * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * + * Class CRM_Event_StateMachine_Search */ class CRM_Event_StateMachine_Search extends CRM_Core_StateMachine { @@ -28,7 +24,7 @@ class CRM_Event_StateMachine_Search extends CRM_Core_StateMachine { /** * Class constructor. * - * @param object $controller + * @param CRM_Core_Controller $controller * @param int $action */ public function __construct($controller, $action = CRM_Core_Action::NONE) {