Merge pull request #4962 from totten/master-angular-ts
[civicrm-core.git] / CRM / Core / QuickForm / Action / Submit.php
index b5bf6c625bf43e35092b118585c3b2d3121b17bb..0bb57f60fd2a0b4909087eaf2f89bb385782882e 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.
@@ -42,7 +42,6 @@ class CRM_Core_QuickForm_Action_Submit extends CRM_Core_QuickForm_Action {
    *   Reference to state machine object.
    *
    * @return \CRM_Core_QuickForm_Action_Submit
-   * @access public
    */
   public function __construct(&$stateMachine) {
     parent::__construct($stateMachine);
@@ -84,4 +83,5 @@ class CRM_Core_QuickForm_Action_Submit extends CRM_Core_QuickForm_Action {
       return $page->handle('display');
     }
   }
+
 }