]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/web/class_WebDoFormCommand.php
Updated copyright:
[core.git] / inc / classes / main / commands / web / class_WebDoFormCommand.php
index 33189fdf608b1c3505086b5a4ac8720ebb6bc30e..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 - 2011 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
@@ -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.');
        }
 
        /**