Merge remote-tracking branch 'upstream/4.6' into 4.6-master-2015-03-23-18-45-28
[civicrm-core.git] / CRM / Admin / Form.php
index 3b7f16564cda4e7e4a2deb72fe3493b55f6fa0b0..516b24f3c11c8be4ded342ad489edf5d28324a92 100644 (file)
@@ -46,21 +46,21 @@ class CRM_Admin_Form extends CRM_Core_Form {
   protected $_id;
 
   /**
-   * The default values for form fields
+   * The default values for form fields.
    *
    * @var int
    */
   protected $_values;
 
   /**
-   * The name of the BAO object for this form
+   * The name of the BAO object for this form.
    *
    * @var string
    */
   protected $_BAOName;
 
   /**
-   * Basic setup
+   * Basic setup.
    */
   public function preProcess() {
     $this->_id = $this->get('id');
@@ -105,7 +105,7 @@ class CRM_Admin_Form extends CRM_Core_Form {
   }
 
   /**
-   * Add standard buttons
+   * Add standard buttons.
    *
    * @return void
    */