X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcontroller%2Fconsole%2Fclass_ConsoleDefaultController.php;h=c09226db1ce0c8ed4e1e0b3770f9fa8bfb89b2cd;hb=bf5ac2c720d822a65a32328ca4fa45a02836d6a4;hp=861d5198f0997425d92ea9e752d981c0bdb6aef4;hpb=d82ae0a15b3eee813344ff7b26e61dad42b2af55;p=core.git diff --git a/inc/classes/main/controller/console/class_ConsoleDefaultController.php b/inc/classes/main/controller/console/class_ConsoleDefaultController.php index 861d5198..c09226db 100644 --- a/inc/classes/main/controller/console/class_ConsoleDefaultController.php +++ b/inc/classes/main/controller/console/class_ConsoleDefaultController.php @@ -2,11 +2,11 @@ /** * The default controller for all other console requests * - * @author Roland Haeder + * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team * @license GNU GPL 3.0 or any newer version - * @link http://www.ship-simu.org + * @link http://www.shipsimu.org * @todo This controller shall still provide some headlines for sidebars * * This program is free software: you can redistribute it and/or modify @@ -39,7 +39,7 @@ class ConsoleDefaultController extends BaseController implements Controller { * @param $resolverInstance An instance of a command resolver class * @return $controllerInstance A prepared instance of this class */ - public final static function createConsoleDefaultController (CommandResolver $resolverInstance) { + public static final function createConsoleDefaultController (CommandResolver $resolverInstance) { // Create the instance $controllerInstance = new ConsoleDefaultController();