]> git.mxchange.org Git - core.git/blobdiff - inc/main/classes/file_directories/output/raw/class_FrameworkRawFileOutputPointer.php
Continued:
[core.git] / inc / main / classes / file_directories / output / raw / class_FrameworkRawFileOutputPointer.php
index 1db56899869d1cb690800ea45b0e3bb7f611a1b7..6b39bb5298df83788653f06bb208993fdb954195 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\Pointer\Raw;
+
 /**
  * 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]
-?>
+}