X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fdebug%2Fclass_DebugWebOutput.php;h=493463a1aefb2f221cfd35e7995dcf5b6a381a81;hb=2af77d9d1890a2970b0bf2ee32f8436979b0c1a4;hp=946c0d402018b5fa6295d6f4a8b298d8eefce678;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a;p=core.git diff --git a/inc/classes/main/debug/class_DebugWebOutput.php b/inc/classes/main/debug/class_DebugWebOutput.php index 946c0d40..493463a1 100644 --- a/inc/classes/main/debug/class_DebugWebOutput.php +++ b/inc/classes/main/debug/class_DebugWebOutput.php @@ -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();