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