]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/output/debug/web/class_DebugWebOutput.php
Continued:
[core.git] / inc / main / classes / output / debug / web / class_DebugWebOutput.php
index ce68606126c212f66b26dc50e3ac7a0096397ff8..e34ec9059b35159d17e56afe011a1e88e5eb3230 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Output\Debug;
+
 /**
  * A debug output class for the web browser
  *
@@ -116,7 +119,5 @@ class DebugWebOutput extends BaseDebugOutput implements Debugger, OutputStreamer
        public function size () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}