INFRA-132 comments to end with full stops
[civicrm-core.git] / CRM / Friend / Form / Event.php
index 0d6f0803663126ff47ebb9cf6aa34ef0f0d240e5..aac7ff1d1e1721737779df9f7a172dd397d16f78 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  *
@@ -40,7 +40,7 @@
 class CRM_Friend_Form_Event extends CRM_Event_Form_ManageEvent {
 
   /**
-   * Tell a friend id in db
+   * Tell a friend id in db.
    *
    * @var int
    */
@@ -88,7 +88,7 @@ class CRM_Friend_Form_Event extends CRM_Event_Form_ManageEvent {
   }
 
   /**
-   * Build the form object
+   * Build the form object.
    *
    * @return void
    */
@@ -105,7 +105,7 @@ class CRM_Friend_Form_Event extends CRM_Event_Form_ManageEvent {
   }
 
   /**
-   * Process the form submission
+   * Process the form submission.
    *
    *
    * @return void
@@ -144,4 +144,5 @@ class CRM_Friend_Form_Event extends CRM_Event_Form_ManageEvent {
   public function getTitle() {
     return ts('Tell a Friend');
   }
+
 }