More renamed
[shipsimu.git] / application / ship-simu / main / commands / web / government / class_WebGovernmentFailedTrainingCommand.php
index d79c2aa8ad3c0c713ce91911ad944b1172d26d0c..45bcc3206766c2e65feba64cc5e4fad35d91f968 100644 (file)
@@ -3,11 +3,11 @@
  * A command for a failed training request. This may happen when the user
  * "knows" the correct URL but government refuses to pay.
  *
- * @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
@@ -39,7 +39,7 @@ class WebGovernmentFailedTrainingCommand extends BaseCommand implements Commanda
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public final static function createWebGovernmentFailedTrainingCommand (CommandResolver $resolverInstance) {
+       public static final function createWebGovernmentFailedTrainingCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new WebGovernmentFailedTrainingCommand();