]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/output/class_WebOutput.php
'public static final' is correct
[core.git] / inc / classes / main / output / class_WebOutput.php
index 31345695babe7266ae686037978d2f6f700404a2..b0f2f4e300a9c3858034c671ef8f3a1975d4b226 100644 (file)
@@ -5,7 +5,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -44,7 +44,7 @@ class WebOutput extends BaseFrameworkSystem implements OutputStreamer, Registera
         * @param       $applicationInstance    An instance of a ManageableApplication class
         * @return      $debugInstance                  An instance of this middleware class
         */
-       public final static function createWebOutput (ManageableApplication $applicationInstance) {
+       public static final function createWebOutput (ManageableApplication $applicationInstance) {
                // Is there no instance?
                if (is_null(self::$webInstance)) {
                        // Get a new instance and set it