]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/commands/console/class_HubConsoleMainCommand.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / commands / console / class_HubConsoleMainCommand.php
index 9b4ff4f70c665cc23e668725fc41c0eb93c566dd..f0c19d777749af162858af3bad50c80ec43c6a30 100644 (file)
@@ -38,7 +38,7 @@ class HubConsoleMainCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public final static function createHubConsoleMainCommand (CommandResolver $resolverInstance) {
+       public static final function createHubConsoleMainCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new HubConsoleMainCommand();