X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_;h=1dc5ddaccba0743c51c8cb09c2221b9add659b8e;hp=d5c0bc00880dbe56925126990deab3d3679fb5bd;hb=d26e71af1e28dc1429823bdec244df6303f9b2fb;hpb=c6d73b0e3246efc824cb98338d4be7ee5bc9f308 diff --git a/inc/classes/main/commands/web/class_ b/inc/classes/main/commands/web/class_ index d5c0bc00..1dc5ddac 100644 --- a/inc/classes/main/commands/web/class_ +++ b/inc/classes/main/commands/web/class_ @@ -1,10 +1,10 @@ * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 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 * @@ -58,7 +58,7 @@ class Web???Command extends BaseCommand implements Commandable { * @todo 0% done */ public function execute (Requestable $requestInstance, Responseable $responseInstance) { - $this->partialStub("Unfinished method."); + $this->partialStub('Unfinished method.'); } /**