Merge pull request #5488 from eileenmcnaughton/CRM-16184
[civicrm-core.git] / CRM / Price / Form / DeleteSet.php
index 34d6fc58013779c36d71fa145549a0ddef0591aa..a187af2953ecc5ea1b8cc8f153c7131da4217b12 100644 (file)
@@ -3,7 +3,7 @@
  +--------------------------------------------------------------------+
  | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2014                                |
+ | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
@@ -28,7 +28,7 @@
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2014
+ * @copyright CiviCRM LLC (c) 2004-2015
  * $Id$
  *
  */
 class CRM_Price_Form_DeleteSet extends CRM_Core_Form {
 
   /**
-   * The set id
+   * The set id.
    *
    * @var int
    */
   protected $_sid;
 
   /**
-   * The title of the set being deleted
+   * The title of the set being deleted.
    *
    * @var string
    */
   protected $_title;
 
   /**
-   * Set up variables to build the form
+   * Set up variables to build the form.
    *
    * @return void
    */
@@ -66,7 +66,7 @@ class CRM_Price_Form_DeleteSet extends CRM_Core_Form {
   }
 
   /**
-   * Build the form object
+   * Build the form object.
    *
    * @return void
    */
@@ -87,7 +87,7 @@ class CRM_Price_Form_DeleteSet extends CRM_Core_Form {
   }
 
   /**
-   * Process the form when submitted
+   * Process the form when submitted.
    *
    * @return void
    */