]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/actions/ship-simu/class_ShipSimuLoginAction.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / actions / ship-simu / class_ShipSimuLoginAction.php
index 6290fb2ad11f1d74dea4927d5eda6d8f6b7c86c0..84abffbc3a2a7a43345e07c3ced4ba031f994aad 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
  *
@@ -37,7 +37,7 @@ class ShipSimuLoginAction extends BaseShipSimuAction implements PerformableActio
         *
         * @return      $actionInstance         An instance of this action class
         */
-       public final static function createShipSimuLoginAction () {
+       public static final function createShipSimuLoginAction () {
                // Get a new instance
                $actionInstance = new ShipSimuLoginAction();