X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FStateMachine%2FSearch.php;h=f235ac402638c563d0a0aa3da9a6ea69228bc309;hb=4c8be9c53ef2d194048dede42590ed4b86a62cf0;hp=f98de49db6e345196072c8dd6df3b6688eaed139;hpb=5c50035da722d2d4b9f4ff2e30faeb6ba9772318;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) {