]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/debug/class_DebugConsoleOutput.php
'public static final' is correct
[core.git] / inc / classes / main / debug / class_DebugConsoleOutput.php
index 072bc63ef6b22b3fe3cb8757c1b276bda1d1877c..c40731257db2a34f0cbe9e7e571745b09680dd13 100644 (file)
@@ -37,7 +37,7 @@ class DebugConsoleOutput extends BaseFrameworkSystem implements Debugger, Output
         *
         * @return      $debugInstance  The prepared debug instance
         */
-       public final static function createDebugConsoleOutput () {
+       public static final function createDebugConsoleOutput () {
                // Get a new instance
                $debugInstance = new DebugConsoleOutput();