Merge pull request #4781 from civicrm/CRM-15732
[civicrm-core.git] / CRM / Contact / StateMachine / Search.php
index f8593b7043ee568a0535dee02ed454059e8968c0..25a990e3888729f197322edadb5f6472bf4db3e1 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.5                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
@@ -43,7 +43,7 @@ class CRM_Contact_StateMachine_Search extends CRM_Core_StateMachine {
   protected $_task;
 
   /**
-   * class constructor
+   * Class constructor
    */ function __construct($controller, $action = CRM_Core_Action::NONE) {
     parent::__construct($controller, $action);
 
@@ -88,6 +88,8 @@ class CRM_Contact_StateMachine_Search extends CRM_Core_StateMachine {
    *
    * @param CRM_Core_Controller $controller the controller object
    *
+   * @param string $formName
+   *
    * @return string the name of the form that will handle the task
    * @access protected
    */
@@ -111,7 +113,7 @@ class CRM_Contact_StateMachine_Search extends CRM_Core_StateMachine {
   }
 
   /**
-   * return the form name of the task
+   * Return the form name of the task
    *
    * @return string
    * @access public