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