a few random comment fixes
[civicrm-core.git] / CRM / Activity / StateMachine / Search.php
index 811bbefaade63435cfdc54646abd765ee51f24a9..3525c173569a1ad8bcc55bbbaa8b28c5cb940108 100644 (file)
@@ -42,6 +42,8 @@ class CRM_Activity_StateMachine_Search extends CRM_Core_StateMachine {
 
   /**
    * Class constructor
+   * @param object $controller
+   * @param \const|int $action
    */
   public function __construct($controller, $action = CRM_Core_Action::NONE) {
     parent::__construct($controller, $action);
@@ -69,11 +71,13 @@ class CRM_Activity_StateMachine_Search extends CRM_Core_StateMachine {
    * to avoid using  conditional state machine, much more efficient
    * and simpler
    *
-   * @param CRM_Core_Controller $controller the controller object
+   * @param CRM_Core_Controller $controller
+   *   The controller object.
    *
    * @param string $formName
    *
-   * @return string the name of the form that will handle the task
+   * @return string
+   *   the name of the form that will handle the task
    */
   public function taskName($controller, $formName = 'Search') {
     // total hack, check POST vars and then session to determine stuff