'public static final' is correct
[shipsimu.git] / application / ship-simu / main / commands / web / government / class_WebGovernmentFailedStartupCommand.php
index 4993989d3364a164bad03aa2e1e7e42e9db93759..2e81afc6d4d6a81e49829770131c1fe5faa8dd9e 100644 (file)
@@ -39,7 +39,7 @@ class WebGovernmentFailedStartupCommand extends BaseCommand implements Commandab
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public final static function createWebGovernmentFailedStartupCommand (CommandResolver $resolverInstance) {
+       public static final function createWebGovernmentFailedStartupCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new WebGovernmentFailedStartupCommand();