]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugWebOutput.php
'public static final' is correct
[core.git] / inc / classes / main / debug / class_DebugWebOutput.php
index 3ff18e99047ee92d03b15b413750ca08e49fe28a..493463a1aefb2f221cfd35e7995dcf5b6a381a81 100644 (file)
@@ -4,7 +4,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
  *
@@ -37,7 +37,7 @@ class DebugWebOutput extends BaseFrameworkSystem implements Debugger, OutputStre
         *
         * @return      $debugInstance  The prepared debug instance
         */
-       public final static function createDebugWebOutput () {
+       public static final function createDebugWebOutput () {
                // Get a new instance
                $debugInstance = new DebugWebOutput();