Continued:
[core.git] / inc / main / classes / output / debug / error / class_DebugErrorLogOutput.php
index edc0385d7d4fec2030098e0718c9b0529c654a0f..bf02a3186a1bc54de1901d51bd8b2c17a272091d 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Output\Debug;
+
 /**
  * A debug output class for PHP's error_log() command
  *
@@ -127,7 +130,5 @@ class DebugErrorLogOutput extends BaseDebugOutput implements Debugger, OutputStr
        public function size () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}