Fixed Code clean up for batch 15
[civicrm-core.git] / CRM / Upgrade / Controller.php
index 99d5746deb2023fb120df183f60f18dd1180909d..ce68ebc94d385e51f0a8836295bc7db1ef3b46ff 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.4                                                |
+ | CiviCRM version 4.6                                                |
  +--------------------------------------------------------------------+
- | Copyright CiviCRM LLC (c) 2004-2013                                |
+ | Copyright CiviCRM LLC (c) 2004-2014                                |
  +--------------------------------------------------------------------+
  | This file is a part of CiviCRM.                                    |
  |                                                                    |
 /**
  *
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2013
+ * @copyright CiviCRM LLC (c) 2004-2014
  * $Id$
  *
  */
 class CRM_Upgrade_Controller extends CRM_Core_Controller {
 
   /**
-   * class constructor
+   * Class constructor
    */
-  function __construct($title = NULL,
+  function __construct(
+    $title = NULL,
     $action = CRM_Core_Action::NONE,
     $modal = TRUE
   ) {
@@ -56,4 +57,3 @@ class CRM_Upgrade_Controller extends CRM_Core_Controller {
     $this->addActions();
   }
 }
-