]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/resolver/controller/console/class_HubConsoleControllerResolver.php
'public static final' is the right thing, some variables renamed to make clear what...
[hub.git] / application / hub / main / resolver / controller / console / class_HubConsoleControllerResolver.php
index 774a6934102984b43fd86e215a543acbfc9a42c4..8040af11b41adcb56162bad06a5770fc6c29c24e 100644 (file)
@@ -54,7 +54,7 @@ class HubConsoleControllerResolver extends BaseControllerResolver implements Con
         * @throws      EmptyVariableException          Thrown if default command is not set
         * @throws      InvalidControllerException      Thrown if default controller is invalid
         */
-       public final static function createHubConsoleControllerResolver ($controllerName, ManageableApplication $appInstance) {
+       public static final function createHubConsoleControllerResolver ($controllerName, ManageableApplication $appInstance) {
                // Create the new instance
                $resolverInstance = new HubConsoleControllerResolver();