Merge pull request #4634 from giant-rabbit/JobLogCommandListingBug
[civicrm-core.git] / CRM / Core / QuickForm / Action / Refresh.php
index f893e7a41ee68b3d0f5386df8e4b0dc89fa0ce11..0df1ad2b44a50a072b6be2faa624445715cc9e32 100644 (file)
 class CRM_Core_QuickForm_Action_Refresh extends CRM_Core_QuickForm_Action {
 
   /**
-   * class constructor
+   * Class constructor
    *
    * @param object $stateMachine reference to state machine object
    *
-   * @return object
-   * @access public
+   * @return \CRM_Core_QuickForm_Action_Refresh
+  @access public
    */
   function __construct(&$stateMachine) {
     parent::__construct($stateMachine);