]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/controller/web/class_WebDefaultController.php
Lesser noisy debug lines.
[core.git] / inc / classes / main / controller / web / class_WebDefaultController.php
index 440a0ff29ed0893541a356eb04a1ea55896cf5db..c06c530525beebd44b7ff759cf2ebe691db3df63 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * The default controller for all other web requests
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @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 WebDefaultController 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 createWebDefaultController (CommandResolver $resolverInstance) {
+       public static final function createWebDefaultController (CommandResolver $resolverInstance) {
                // Create the instance
                $controllerInstance = new WebDefaultController();