Merge pull request #5239 from colemanw/ApiExplorer
[civicrm-core.git] / CRM / Upgrade / StateMachine.php
index 072901d67d40a4eb471fa45fb6b2e9c85d8979f4..63b6ec4529471261b0d2178f2b6b4af154435bad 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_Upgrade_StateMachine extends CRM_Core_StateMachine {
 
   /**
-   * Class constructor
+   * Class constructor.
    *
    * @param object $controller
    * @param const $pages
@@ -56,4 +56,5 @@ class CRM_Upgrade_StateMachine extends CRM_Core_StateMachine {
 
     $this->addSequentialPages($this->_pages, $action);
   }
+
 }