]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuGuestLoginCommand.php
index b2d80a14ff303fa9f9817b9b72a5fa87985a8b54..ff90a99aadf17cf4159320e05bfd26b8e57ee725 100644 (file)
@@ -38,7 +38,7 @@ class WebShipsimuGuestLoginCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver
         * @return      $commandInstance        The created command instance
         */
-       public final static function createWebShipsimuGuestLoginCommand (CommandResolver $resolverInstance) {
+       public static final function createWebShipsimuGuestLoginCommand (CommandResolver $resolverInstance) {
                // Get a new instance
                $commandInstance = new WebShipsimuGuestLoginCommand();