INFRA-132 add full stops
[civicrm-core.git] / CRM / Core / QuickForm / Action / Reload.php
index 439665363ad1fe51768c54008fa26095c980aa23..0325504dfa977c50a9ce0e1056088d907d3f9b36 100644 (file)
@@ -23,7 +23,7 @@
  | GNU Affero General Public License or the licensing of CiviCRM,     |
  | see the CiviCRM license FAQ at http://civicrm.org/licensing        |
  +--------------------------------------------------------------------+
-*/
+ */
 
 /**
  * Define the reload action. Reload the page but do not do any validation.
 class CRM_Core_QuickForm_Action_Reload extends CRM_Core_QuickForm_Action {
 
   /**
-   * Class constructor
+   * Class constructor.
    *
    * @param object $stateMachine
    *   Reference to state machine object.
    *
    * @return \CRM_Core_QuickForm_Action_Reload
-   * @access public
    */
   public function __construct(&$stateMachine) {
     parent::__construct($stateMachine);
@@ -71,4 +70,5 @@ class CRM_Core_QuickForm_Action_Reload extends CRM_Core_QuickForm_Action {
 
     return $page->handle('display');
   }
+
 }