INFRA-132 add full stops
[civicrm-core.git] / CRM / Core / QuickForm / Action / Submit.php
index 9f608882d7316cc27f22efdcf25ed0c2e4ec2454..c3d48a23974723087ced5cf22f4377e0c3920269 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        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Redefine the submit action.
@@ -36,7 +36,7 @@
 class CRM_Core_QuickForm_Action_Submit extends CRM_Core_QuickForm_Action {
 
   /**
-   * Class constructor
+   * Class constructor.
    *
    * @param object $stateMachine
    *   Reference to state machine object.
@@ -83,4 +83,5 @@ class CRM_Core_QuickForm_Action_Submit extends CRM_Core_QuickForm_Action {
       return $page->handle('display');
     }
   }
+
 }