X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FEvent%2FForm%2FRegistration%2FRegister.php;h=080ecb98c4d561fde3adbe2e77b36937f5a4963b;hb=9f2660428580c431e8e750f5dc3cc656ae9244b6;hp=2684b39fd805081193b2a4bcdbae9edbabd1a04e;hpb=8e4a28d422ac477004f87f88f7c07adc60d4f0ac;p=civicrm-core.git diff --git a/CRM/Event/Form/Registration/Register.php b/CRM/Event/Form/Registration/Register.php index 2684b39fd8..080ecb98c4 100644 --- a/CRM/Event/Form/Registration/Register.php +++ b/CRM/Event/Form/Registration/Register.php @@ -69,12 +69,14 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration { /** * Show fee block or not. * - * @var bool determines if fee block should be shown or hidden + * @var bool */ public $_noFees; /** - * @var array Fee Block + * Fee Block. + * + * @var array */ public $_feeBlock;