INFRA-132 add full stops
[civicrm-core.git] / CRM / Core / QuickForm / Action / Back.php
index c2683361239dcbf71584f5083a0de1462cacee0b..e702080ed4808a6ba022ce897cd7857bcf5ee541 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 back action.
@@ -36,7 +36,7 @@
 class CRM_Core_QuickForm_Action_Back extends CRM_Core_QuickForm_Action {
 
   /**
-   * Class constructor
+   * Class constructor.
    *
    * @param object $stateMachine
    *   Reference to state machine object.
@@ -60,4 +60,5 @@ class CRM_Core_QuickForm_Action_Back extends CRM_Core_QuickForm_Action {
   public function perform(&$page, $actionName) {
     $this->_stateMachine->perform($page, $actionName, 'Back');
   }
+
 }