a few random comment fixes
[civicrm-core.git] / CRM / Activity / StateMachine / Search.php
index d9713b8c29ca411544365258522d2c4073c11c3b..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);