]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/actions/web/class_WebShipSimuLoginGovernmentStartupHelpAction.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / actions / web / class_WebShipSimuLoginGovernmentStartupHelpAction.php
index f46c7c4ad858eac2cfe0d22346c7f3a8e2473b04..8e601aa560dabdf0e6f25e2a3d727cabce5594e9 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -38,7 +38,7 @@ class WebShipSimuLoginGovernmentStartupHelpAction extends BaseShipSimuAction imp
         * @param       $resolverInstance       An instance of an action resolver
         * @return      $actionInstance         An instance of this action class
         */
-       public final static function createWebShipSimuLoginGovernmentStartupHelpAction (ActionResolver $resolverInstance) {
+       public static final function createWebShipSimuLoginGovernmentStartupHelpAction (ActionResolver $resolverInstance) {
                // Get a new instance
                $actionInstance = new WebShipSimuLoginGovernmentStartupHelpAction();