'public static final' is correct
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuRefillCommand.php
index 4be725677057b3cb7d6a84dcb82783201ebcb3ea..2ea98be8af5529ccf1765670464e46347cd02389 100644 (file)
@@ -38,7 +38,7 @@ class WebShipsimuRefillCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver
         * @return      $commandInstance        The created command instance
         */
-       public final static function createWebShipsimuRefillCommand (CommandResolver $resolverInstance) {
+       public static final function createWebShipsimuRefillCommand (CommandResolver $resolverInstance) {
                // Get a new instance
                $commandInstance = new WebShipsimuRefillCommand();