'public static final' is correct
[shipsimu.git] / application / ship-simu / main / login / class_ShipSimuUserLogin.php
index 70c32e8c680372149dcfa48cad209e2c84b8a43b..d6a4e6e869c294410716f300025c202103391bc8 100644 (file)
@@ -42,7 +42,7 @@ class ShipSimuUserLogin extends BaseFrameworkSystem implements LoginableUser {
         *
         * @return      $loginInstance  An instance of this login class
         */
-       public final static function createShipSimuUserLogin () {
+       public static final function createShipSimuUserLogin () {
                // Get a new instance
                $loginInstance = new ShipSimuUserLogin();