]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/resolver/web/class_WebCompanyCommandResolver.php
More renamed
[shipsimu.git] / application / ship-simu / main / resolver / web / class_WebCompanyCommandResolver.php
index c560d4f713aba5394ad9074581b59c4a563b44f5..e5fcfb47d1f6a226ca4bec4ac749252f76e04943 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A command resolver for local (non-hubbed) web commands including the failed government request
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Ship-Simu Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -49,7 +49,7 @@ class WebCompanyCommandResolver extends BaseCommandResolver implements CommandRe
         * @throws      EmptyVariableException          Thrown if default command is not set
         * @throws      InvalidInterfaceException       Thrown if command does not implement interface Commandable
         */
-       public final static function createWebCompanyCommandResolver ($commandName, ManageableApplication $appInstance) {
+       public static final function createWebCompanyCommandResolver ($commandName, ManageableApplication $appInstance) {
                // Create the new instance
                $resolverInstance = new WebCompanyCommandResolver();