]> 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 ac471434d1894047ba001ad7b82863f1b890981d..84abffbc3a2a7a43345e07c3ced4ba031f994aad 100644 (file)
@@ -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();