]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/commands/web/government/class_WebShipsimuGovernmentTrainingCommand.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / commands / web / government / class_WebShipsimuGovernmentTrainingCommand.php
index a5ec956022d7527be5b86ff577fb70ddf906f77e..d3cddf0965c50c76859f81bd9b839d17ad9ff5fc 100644 (file)
@@ -37,7 +37,7 @@ class WebShipsimuGovernmentTrainingCommand extends BaseCommand implements Comman
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public final static function createWebShipsimuGovernmentTrainingCommand (CommandResolver $resolverInstance) {
+       public static final function createWebShipsimuGovernmentTrainingCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new WebShipsimuGovernmentTrainingCommand();