]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/output/debug/error/class_DebugErrorLogOutput.php
Continued:
[core.git] / inc / main / classes / output / debug / error / class_DebugErrorLogOutput.php
index 7124250c66d6c07643adff5dfe22381d8178c0a0..bf02a3186a1bc54de1901d51bd8b2c17a272091d 100644 (file)
@@ -1,10 +1,13 @@
 <?php
+// Own namespace
+namespace CoreFramework\Output\Debug;
+
 /**
  * A debug output class for PHP's error_log() command
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.shipsimu.org
  *
@@ -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]
-?>
+}