X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FPrice%2FPage%2FOption.php;h=2630b75baea54279fa7d418351354a07b9acc996;hb=d5b9585b3da73a76dada27cfa2f791c6c4763cd5;hp=3c8898f2a18c61f74ce050c20b8efb7bcde8babb;hpb=95d8ddc04c08360567c00283822622fb8bcb0b35;p=civicrm-core.git diff --git a/CRM/Price/Page/Option.php b/CRM/Price/Page/Option.php index 3c8898f2a1..2630b75bae 100644 --- a/CRM/Price/Page/Option.php +++ b/CRM/Price/Page/Option.php @@ -46,28 +46,28 @@ class CRM_Price_Page_Option extends CRM_Core_Page { public $useLivePageJS = TRUE; /** - * The field id of the option + * The field id of the option. * * @var int */ protected $_fid; /** - * The field id of the option + * The field id of the option. * * @var int */ protected $_sid; /** - * The price set is reserved or not + * The price set is reserved or not. * * @var boolean */ protected $_isSetReserved = FALSE; /** - * The action links that we need to display for the browse screen + * The action links that we need to display for the browse screen. * * @var array */