Continued:
[core.git] / inc / main / classes / file_directories / text / class_BaseTextFile.php
index e0f36ec8ec36bb2e4535209957919037efed802a..b69e6aeef8088831b5d53e17785d68423d2f71d2 100644 (file)
@@ -1,4 +1,7 @@
 <?php
+// Own namespace
+namespace CoreFramework\Filesystem\File;
+
 /**
  * A general text file class
  *
@@ -72,7 +75,5 @@ class BaseTextFile extends BaseAbstractFile {
                self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] fqfn=' . $fqfn);
                throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION);
        }
-}
 
-// [EOF]
-?>
+}