]> 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 54d2304f2091828a455f4548fe9cb6a0a1d74a91..19811af95f3a73b91e99e1dff464f7c46e6f24d3 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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();