Continued:
[core.git] / inc / main / classes / file_directories / output / text / class_FrameworkTextFileOutputPointer.php
index 1db56899869d1cb690800ea45b0e3bb7f611a1b7..b17e3464764c7b07a53399e423cf627fd8420daa 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Pointer\Text;
+
 /**
  * A class for writing files
  *
@@ -144,7 +147,5 @@ class FrameworkRawFileOutputPointer extends BaseFileIo implements OutputPointer
        public function key () {
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}