Updated copyright:
[core.git] / inc / classes / main / commands / web / class_WebDoFormCommand.php
index d364081fb7888a7fca4e45518b7abfa6c6f48837..3ad014bb1ae867bda053c51867a725975087d0fd 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A command for the form processor
  *
- * @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, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core 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
@@ -38,7 +38,7 @@ class WebDoFormCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public final static function createWebDoFormCommand (CommandResolver $resolverInstance) {
+       public static final function createWebDoFormCommand (CommandResolver $resolverInstance) {
                // Get new instance
                $commandInstance = new WebDoFormCommand();
 
@@ -57,8 +57,8 @@ class WebDoFormCommand extends BaseCommand implements Commandable {
         * @return      void
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {
-               // Should never be executed...
-               $this->debugBackTrace();
+               // Should never be reached...
+               $this->debugBackTrace('This should never be reached.');
        }
 
        /**