X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebDoFormCommand.php;fp=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebDoFormCommand.php;h=019ddd7b213dcb6d84e65410f28cb781f68d7ab3;hb=b3e47fb693fb8d40868158b0192b3392b309d97a;hp=3dde736e3c61adf3564cfcf9dfb61c3b3f8b13c3;hpb=5c330761b4a745bd7bd490ff7585c89d0223a278;p=shipsimu.git diff --git a/inc/classes/main/commands/web/class_WebDoFormCommand.php b/inc/classes/main/commands/web/class_WebDoFormCommand.php index 3dde736..019ddd7 100644 --- a/inc/classes/main/commands/web/class_WebDoFormCommand.php +++ b/inc/classes/main/commands/web/class_WebDoFormCommand.php @@ -44,8 +44,8 @@ class WebDoFormCommand extends BaseCommand implements Commandable { /** * Creates an instance of this class * - * @param $resolverInstance An instance of a command resolver class - * @return $commandInstance An instance a prepared command class + * @param $resolverInstance An instance of a command resolver class + * @return $commandInstance An instance a prepared command class */ public final static function createWebDoFormCommand (CommandResolver $resolverInstance) { // Get new instance @@ -61,8 +61,8 @@ class WebDoFormCommand extends BaseCommand implements Commandable { /** * Executes the given command with given request and response objects * - * @param $requestInstance An instance of a class with an Requestable interface - * @param $responseInstance An instance of a class with an Responseable interface + * @param $requestInstance An instance of a class with an Requestable interface + * @param $responseInstance An instance of a class with an Responseable interface * @return void */ public function execute (Requestable $requestInstance, Responseable $responseInstance) {