X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebDoFormCommand.php;h=3ad014bb1ae867bda053c51867a725975087d0fd;hp=bdd813e30fb2713a61d865aded32b27cc9ed25fc;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hpb=361e6320e50a8bb1a3ccb675388b8042361669ae diff --git a/inc/classes/main/commands/web/class_WebDoFormCommand.php b/inc/classes/main/commands/web/class_WebDoFormCommand.php index bdd813e3..3ad014bb 100644 --- a/inc/classes/main/commands/web/class_WebDoFormCommand.php +++ b/inc/classes/main/commands/web/class_WebDoFormCommand.php @@ -2,11 +2,11 @@ /** * A command for the form processor * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007 - 2009 Roland Haeder, this is free software + * @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.'); } /**