Merge pull request #6456 from eileenmcnaughton/CRM-16993
[civicrm-core.git] / CRM / Upgrade / StateMachine.php
index fcdebf653aeb04756b17ca015ef4adb168032768..89f750e6c950f264d77a0c65b6986fc0cce34e81 100644 (file)
  */
 
 /**
- * State machine for managing different states of the Import process.
- *
+ * State machine for managing different states of the upgrade process.
  */
 class CRM_Upgrade_StateMachine extends CRM_Core_StateMachine {
 
   /**
    * Class constructor.
    *
-   * @param object $controller
-   * @param const $pages
-   * @param \const|int $action
+   * @param CRM_Upgrade_Controller $controller
+   * @param array $pages
+   * @param int $action
    *
-   * @internal param \CRM_Upgrade_Controller_base $object
-   * @return \CRM_Upgrade_StateMachine CRM_Upgrade_StateMachine_Base
+   * @return CRM_Upgrade_StateMachine
    */
   public function __construct(&$controller, &$pages, $action = CRM_Core_Action::NONE) {
     parent::__construct($controller, $action);