X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcontroller%2Fconsole%2Fclass_ConsoleDefaultController.php;h=c09226db1ce0c8ed4e1e0b3770f9fa8bfb89b2cd;hb=bf5ac2c720d822a65a32328ca4fa45a02836d6a4;hp=7385f9b012021c405625194077bfceb45b718221;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a;p=core.git diff --git a/inc/classes/main/controller/console/class_ConsoleDefaultController.php b/inc/classes/main/controller/console/class_ConsoleDefaultController.php index 7385f9b0..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, 2010 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();