]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/commands/web/class_WebShipsimuRegisterCommand.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / commands / web / class_WebShipsimuRegisterCommand.php
index fe2b5b905f0566cd09976023f17f084c5067746d..39843e149a95980e33461148525b3ca2e4a1dadc 100644 (file)
@@ -38,7 +38,7 @@ class WebShipsimuRegisterCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver
         * @return      $commandInstance        The created command instance
         */
         * @param       $resolverInstance       An instance of a command resolver
         * @return      $commandInstance        The created command instance
         */
-       public final static function createWebShipsimuRegisterCommand (CommandResolver $resolverInstance) {
+       public static final function createWebShipsimuRegisterCommand (CommandResolver $resolverInstance) {
                // Get a new instance
                $commandInstance = new WebShipsimuRegisterCommand();
 
                // Get a new instance
                $commandInstance = new WebShipsimuRegisterCommand();