'public static final' is correct
[shipsimu.git] / application / ship-simu / main / commands / web / government / class_WebShipsimuGovernmentStartupCommand.php
index fd6cb12331287f300b425485ef3943d9321ff666..fa41a2cce11d6e7ba6433d62bc89ea5a54eeca57 100644 (file)
@@ -39,7 +39,7 @@ class WebShipsimuGovernmentStartupCommand extends BaseCommand implements Command
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public final static function createWebShipsimuGovernmentStartupCommand (CommandResolver $resolverInstance) {
+       public static final function createWebShipsimuGovernmentStartupCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new WebShipsimuGovernmentStartupCommand();