]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/resolver/command/console/class_HubConsoleCommandResolver.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / resolver / command / console / class_HubConsoleCommandResolver.php
index a3c1978d9c9230baf3e2af01d93e2202a98a87ef..19811af95f3a73b91e99e1dff464f7c46e6f24d3 100644 (file)
@@ -49,7 +49,7 @@ class HubConsoleCommandResolver extends BaseCommandResolver implements CommandRe
         * @throws      EmptyVariableException          Thrown if default command is not set
         * @throws      InvalidCommandException         Thrown if default command is invalid
         */
-       public final static function createHubConsoleCommandResolver ($commandName, ManageableApplication $appInstance) {
+       public static final function createHubConsoleCommandResolver ($commandName, ManageableApplication $appInstance) {
                // Create the new instance
                $resolverInstance = new HubConsoleCommandResolver();