Merge pull request #4781 from civicrm/CRM-15732
[civicrm-core.git] / CRM / Contact / StateMachine / Search.php
index 835d4a8553b6755d32d92561dfe51ddf5644630c..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);
 
@@ -113,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