X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FStateMachine%2FRegistration.php;h=e70a4bc8efe92060289c208e90cfa9bfb8696d1d;hb=29a34de165e3d03af628e6cb18996a910022981d;hp=b86e7baf2072b63316ff32bc2b614c4088391133;hpb=7138b10f7e376c96c28b057261394635021cd97b;p=civicrm-core.git diff --git a/CRM/Event/StateMachine/Registration.php b/CRM/Event/StateMachine/Registration.php index b86e7baf20..e70a4bc8ef 100644 --- a/CRM/Event/StateMachine/Registration.php +++ b/CRM/Event/StateMachine/Registration.php @@ -9,17 +9,8 @@ +--------------------------------------------------------------------+ */ -/** - * - * @package CRM - * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * - */ - /** * State machine for managing different states of the EventWizard process. - * */ class CRM_Event_StateMachine_Registration extends CRM_Core_StateMachine { @@ -27,9 +18,9 @@ class CRM_Event_StateMachine_Registration extends CRM_Core_StateMachine { * Class constructor. * * @param object $controller - * @param \const|int $action + * @param int $action * - * @return \CRM_Event_StateMachine_Registration CRM_Event_StateMachine + * @throws \CRM_Core_Exception */ public function __construct($controller, $action = CRM_Core_Action::NONE) { parent::__construct($controller, $action);